Skip to content

Commit

Permalink
Merge pull request #120 from ltratt/update_ghmq
Browse files Browse the repository at this point in the history
Add dummy merge queue job.
  • Loading branch information
vext01 committed Nov 8, 2023
2 parents 09a95a3 + 6dbeffc commit c3412a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sdci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
on:
pull_request:
merge_group:

# This is required to silence emails about the workflow having no jobs.
# We simply define a dummy job that does nothing much.
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- run: /usr/bin/true

0 comments on commit c3412a6

Please sign in to comment.