fix: update ci runner (#5)
This commit is contained in:
parent
bf243c90df
commit
a157922ec6
|
@ -27,7 +27,7 @@ jobs:
|
|||
# https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution
|
||||
# https://github.com/orgs/community/discussions/26261
|
||||
if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'ci') }}
|
||||
runs-on: [ "self-hosted", "debug" ]
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
# https://github.com/hmarr/debug-action
|
||||
#- uses: hmarr/debug-action@v2
|
||||
|
|
Loading…
Reference in New Issue