Skip to content

Commit 70bf269

Browse files
authored
Merge pull request #2376 from Agoric/post-ci-benchmark-support
Post ci benchmark support test #2
2 parents c1490b4 + 2f18848 commit 70bf269

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-all-packages.yml

+6
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ jobs:
107107
if: steps.built.outputs.cache-hit != 'true'
108108
# END-RESTORE-BOILERPLATE
109109

110+
- name: temp for debugging github action conditional on push
111+
if: ${{github.event_name == 'push'}}
112+
run: echo ==== running with event_name=push set
113+
- name: temp for debugging github action conditional on target branch
114+
if: ${{github.ref_name == 'refs/heads/test-post-ci-benchmark-support'}}
115+
run: echo ==== running with github.ref=targetbranch set
110116
- name: temp for debugging github action
111117
if: ${{github.event_name == 'push'}}
112118
run: echo ==== running with event_name=push set

0 commit comments

Comments
 (0)