Skip to content

Commit

Permalink
Control GitHub Actions job execution (#93)
Browse files Browse the repository at this point in the history
if: ${{ !github.event.repository.is_template }}
  • Loading branch information
sinsukehlab authored Apr 30, 2024
1 parent 003996e commit ff307ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jarvis-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:

jobs:
jarvis:
if: ${{ !github.event.repository.is_template }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jarvis-hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
jarvis:
if: ${{ !github.event.repository.is_template }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit ff307ac

Please sign in to comment.