Skip to content

Commit

Permalink
ci: 🎡 nop の action を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoha000 committed Oct 3, 2024
1 parent fa3a815 commit 33c1a75
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/nop.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 33c1a75

Please sign in to comment.