Skip to content

Commit 2dbc894

Browse files
authored
Merge PR #6160 from @frack113 - Restrict PR-creating workflows to SigmaHQ org only
chore: update recurring workflows to only run on SigmaHQ
1 parent 7a12b5d commit 2dbc894

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: PR Labeler Workflow
77

88
jobs:
99
triage:
10+
if: github.repository_owner == 'SigmaHQ'
1011
permissions:
1112
contents: read
1213
pull-requests: write

.github/workflows/ref-archiver.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
1414
archive:
15+
if: github.repository_owner == 'SigmaHQ'
1516
runs-on: ubuntu-latest
1617
steps:
1718
- uses: actions/checkout@v5

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: Create Release
88
jobs:
99
build:
1010
name: Create Release
11+
if: github.repository_owner == 'SigmaHQ'
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: Checkout code

.github/workflows/sigma-rule-deprecated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
1414
pull-master:
15+
if: github.repository_owner == 'SigmaHQ'
1516
runs-on: ubuntu-latest
1617
steps:
1718
- uses: actions/checkout@v5

.github/workflows/update-heatmap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
generate-heatmap:
10+
if: github.repository_owner == 'SigmaHQ'
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Checkout Repository

0 commit comments

Comments
 (0)