Skip to content

Commit

Permalink
Update README.md to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier authored Apr 4, 2024
1 parent ccfb013 commit 50d2136
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Wait On Check Action

![RSpec Tests][rspec_shield]

Pause a workflow until a job in another workflow completes successfully.

This action uses the [Checks API][checks_api] to poll for check results. On success, the action exit allowing the workflow resume. Otherwise, the action will exit with status code 1 and fail the whole workflow.
Expand Down Expand Up @@ -36,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for tests to succeed
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.ref }}
check-name: 'Run tests'
Expand All @@ -60,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for tests to succeed
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.ref }}
check-name: 'Run tests'
Expand Down Expand Up @@ -127,7 +125,7 @@ jobs:
- uses: actions/checkout@v2
- name: Wait for tests to succeed
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: master
check-name: test
Expand Down Expand Up @@ -211,7 +209,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for other checks to succeed
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.ref }}
running-workflow-name: 'Publish the package'
Expand Down Expand Up @@ -244,7 +242,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for Other Workflows
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.ref }}
running-workflow-name: 'caller / callee'
Expand All @@ -267,7 +265,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for tests to succeed
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.ref }}
check-name: 'Run tests'
Expand Down

0 comments on commit 50d2136

Please sign in to comment.