Skip to content

Commit ee70c3d

Browse files
ci: Stop triage-followup workflow from running on forks (#4629)
## Changes This workflow only seems relevant on the main repository. Add a condition to exclude it from forks. This came up when I noticed this workflow failed on my fork yesterday and today. Co-authored-by: Armin Ruech <[email protected]>
1 parent ab1034a commit ee70c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/triage-followup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99

1010
jobs:
1111
followup:
12+
if: ${{ github.repository == 'open-telemetry/opentelemetry-specification' }}
1213
permissions:
1314
issues: write # required for adding triage labels to issues
1415
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)