Skip to content

Commit

Permalink
try to fix autocommit expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
sadym-chromium committed Sep 2, 2024
1 parent 0e2ac84 commit 9b7e27d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ jobs:
name: Commit updated expectations
runs-on: ubuntu-latest
needs: [update_expectations]
# Experiment.
# TODO: remove.
if: success() || failure()
steps:
# Just checkout the repo. No need in setting up Node.js or Python.
- name: Checkout
Expand Down

0 comments on commit 9b7e27d

Please sign in to comment.