We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb051d commit fbfc178Copy full SHA for fbfc178
.github/workflows/build.yaml
@@ -11,7 +11,7 @@ jobs:
11
test:
12
# When running with act (https://github.com/nektos/act), these lines need to be appended with the ACT variable
13
# to force each job to run
14
- if: github.repository == 'adobe/buildrunner' && (github.ref != 'refs/heads/main' || (github.ref == 'refs/heads/main' && github.event.pull_request.merged != true)) #|| ${{ env.ACT }}
+ if: github.repository == 'adobe/buildrunner' #|| ${{ env.ACT }}
15
runs-on: ubuntu-latest
16
strategy:
17
fail-fast: false
0 commit comments