Skip to content

Commit 38c7c33

Browse files
authored
Merge pull request #4 from jtgrasb/fix-dev-tests
Specify WEC-Sim branch if not called by dispatch
2 parents 9a7a98c + 5de7772 commit 38c7c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wec-sim-dev-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
main:
1212
uses: ./.github/workflows/all-tests-reusable.yml
1313
with:
14-
client_payload: ${{ toJSON(github.event.client_payload) }}
14+
client_payload: ${{ toJSON(github.event.client_payload) }} || fromJSON('{"branch":"dev","sha":"manual"}')) }}

0 commit comments

Comments
 (0)