There was an error while loading. Please reload this page.
1 parent af7be0b commit 8b9320bCopy full SHA for 8b9320b
1 file changed
.github/workflows/update-wasm-tests.yml
@@ -53,7 +53,7 @@ jobs:
53
COMMIT_TITLE: "Update Wasm tests"
54
- name: Create PR
55
# Check outcome for success as continue-on-error will mask failure.
56
- if: false()
+ if: false
57
run: |
58
cd wpt
59
git push --set-upstream origin $BRANCH_NAME
0 commit comments