Skip to content

Commit 3077a35

Browse files
authored
Merge pull request #1777 from SimonMarquis/patch-3
Disable unnecessary workflows on forks
2 parents 89afa36 + d47315e commit 3077a35

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/NightlyBaselineProfiles.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
baseline_profiles:
99
name: "Generate Baseline Profiles"
10+
if: github.repository == 'android/nowinandroid'
1011
runs-on: ubuntu-latest
1112

1213
permissions:

.github/workflows/Release.yml

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

88
jobs:
99
build:
10+
if: github.repository == 'android/nowinandroid'
1011
runs-on: ubuntu-latest
1112
timeout-minutes: 120
1213

0 commit comments

Comments
 (0)