Skip to content

Commit 8e9d23a

Browse files
Only run stack label addition step on pull requests (#882)
* Only run stack label addition step on pull requests * Make sure this is run on the correct repository
1 parent 48ba7c5 commit 8e9d23a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
9696
add-stack-label:
9797
name: Add stack label
98+
if: github.event_name == 'pull_request' && github.repository == 'WordPress/openverse'
9899
runs-on: ubuntu-latest
99100
needs:
100101
- get-changes

0 commit comments

Comments
 (0)