Skip to content

Commit

Permalink
[fix] runner
Browse files Browse the repository at this point in the history
  • Loading branch information
zoten committed Nov 17, 2023
1 parent 4ae1142 commit d1711ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: ${{ !cancelled() }}
needs:
- test
runs-on: [k8s-small]
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
run: ${{ !contains(needs.*.result, 'failure') }}

0 comments on commit d1711ec

Please sign in to comment.