Skip to content

Commit fbfc178

Browse files
authored
Update build.yaml
1 parent aeb051d commit fbfc178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
# When running with act (https://github.com/nektos/act), these lines need to be appended with the ACT variable
1313
# 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 }}
14+
if: github.repository == 'adobe/buildrunner' #|| ${{ env.ACT }}
1515
runs-on: ubuntu-latest
1616
strategy:
1717
fail-fast: false

0 commit comments

Comments
 (0)