diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0018c40..fef0dba 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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