Skip to content

Commit

Permalink
disable changes job condition for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
tessneau committed Dec 23, 2024
1 parent ccc2dd5 commit 093f901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_merge_queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# If we don't run this job (such as in a pull request), then by consequence all downstream
# test jobs are not run. This allows us to not have to check for merge group in each job.
changes:
if: ${{ github.event_name == 'merge_group' }}
# if: ${{ github.event_name == 'merge_group' }}
uses: ./.github/workflows/changes.yml
with:
base_ref: ${{ github.event.merge_group.base_ref }}
Expand Down

0 comments on commit 093f901

Please sign in to comment.