diff --git a/.github/workflows/nop.yaml b/.github/workflows/nop.yaml new file mode 100644 index 00000000..35d9fc8c --- /dev/null +++ b/.github/workflows/nop.yaml @@ -0,0 +1,11 @@ +name: NOP action on self-hosted runner +on: + push: + branches: + - main + - ci/nop +jobs: + NOP-Job: + runs-on: codebuild-problem-github-actions-${{ github.run_id }}-${{ github.run_attempt }} + steps: + - run: echo "nop"