Skip to content

Commit 282dfe0

Browse files
fix(ci): require changes to run before downloading artifacts (#23283)
* Require changes before downloading artifacts * Replace needs with an if
1 parent d23406e commit 282dfe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104

105105
- name: Download JSON artifact from changes.yml
106106
uses: actions/download-artifact@v4
107+
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
107108
with:
108109
name: int_tests_changes
109110

0 commit comments

Comments
 (0)