File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77jobs :
88 quality :
99 name : Quality checks (Node ${{ matrix.node }})
10- runs-on : ubuntu -latest
10+ runs-on : debian -latest
1111 strategy :
1212 fail-fast : false
1313 matrix :
6464 strategy :
6565 fail-fast : false
6666 matrix :
67- os : [ubuntu -latest, macos-latest, windows-latest]
67+ os : [debian -latest, macos-latest, windows-latest]
6868 steps :
6969 - name : Checkout
7070 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212 github.event.workflow_run.conclusion == 'success' &&
1313 github.event.workflow_run.head_branch == 'master' &&
1414 !startsWith(github.event.workflow_run.head_commit.message, 'chore(release)')
15- runs-on : ubuntu -latest
15+ runs-on : debian -latest
1616 permissions :
1717 contents : write
1818 steps :
Original file line number Diff line number Diff line change 1212 github.event.workflow_run.conclusion == 'success' &&
1313 github.event.workflow_run.head_branch == 'master' &&
1414 startsWith(github.event.workflow_run.head_commit.message, 'chore(release)')
15- runs-on : ubuntu -latest
15+ runs-on : debian -latest
1616 strategy :
1717 fail-fast : false
1818 matrix :
7070 github.event.workflow_run.conclusion == 'success' &&
7171 github.event.workflow_run.head_branch == 'master' &&
7272 startsWith(github.event.workflow_run.head_commit.message, 'chore(release)')
73- runs-on : ubuntu -latest
73+ runs-on : debian -latest
7474 permissions :
7575 contents : write
7676 id-token : write
You can’t perform that action at this time.
0 commit comments