Skip to content

Commit

Permalink
👷 if: github.actor != 'nektos/act'
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram committed Feb 3, 2025
1 parent 0c7812f commit c05e045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
permissions:
contents: write

if: github.event_name == 'pull_request' && failure() && github.actor != 'github-actions[bot]'
if: failure() && github.event_name == 'pull_request' && github.actor != 'github-actions[bot]' && github.actor != 'nektos/act'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c05e045

Please sign in to comment.