1 2 3 4 5 6 7 8 9 10 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