Skip to content

Commit

Permalink
Run tests in my repo
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejbrown committed Oct 24, 2024
1 parent a6c5eac commit 1ef4ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
# When running with act (https://github.com/nektos/act), these lines need to be appended with the ACT variable
# to force each job to run
if: github.repository == 'adobe/buildrunner' #|| ${{ env.ACT }}
if: github.repository == 'adobe/buildrunner' || github.repository == 'shanejbrown/buildrunner' #|| ${{ env.ACT }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 1ef4ad6

Please sign in to comment.