We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d956e commit 4b5450eCopy full SHA for 4b5450e
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
name: Testing and Checks Completed
93
needs: [ build, checks, test ]
94
if: ${{ !cancelled() && github.event_name == 'pull_request' || github.ref_type == 'tag' }}
95
- runs-on: [ xs-al2023 ]
+ runs-on: ubuntu-latest
96
steps:
97
- run: |
98
if [ "${{ needs.checks.result }}" == "failure" ]; then
0 commit comments