Skip to content

Commit

Permalink
Allow failure on devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Apr 15, 2024
1 parent 7041ecc commit 9568856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- 23.0.0
- 22.7.0
uses: "./.github/workflows/ci_standalone_versioned.yml"
continue-on-error: ${{ matrix.awx_version == 'devel' }}
with:
awx_version: ${{ matrix.awx_version }}
gh_ref: ${{ github.event.pull_request.head.sha || github.sha }}
...
1 change: 1 addition & 0 deletions .github/workflows/ci_standalone_versioned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
jobs:
integration:
runs-on: ubuntu-latest
continue-on-error: ${{ inputs.awx_version == 'devel' }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 9568856

Please sign in to comment.