Skip to content

Commit

Permalink
Getting act to act right
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Eklund committed Oct 23, 2021
1 parent 8a23f91 commit e7ea8ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .actrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-e .github/act-event.json
3 changes: 3 additions & 0 deletions .github/act-event.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"act": true
}
4 changes: 1 addition & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ on:

jobs:
analyze:
env:
ACT:
if: ${{ !env.ACT }}
name: Analyze
if: ${{ !github.event.act }} # skip during local actions testing
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
/umd
npm-debug.log*
*.swp
*.swo
.DS_Store

0 comments on commit e7ea8ae

Please sign in to comment.