We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b759eaf commit e44dbadCopy full SHA for e44dbad
.github/workflows/docbuild.yml
@@ -25,7 +25,7 @@ on:
25
26
jobs:
27
build:
28
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
29
concurrency:
30
group: ${{ github.workflow }}-${{ github.ref }}
31
cancel-in-progress: true
.github/workflows/docpublish.yml
@@ -8,7 +8,7 @@ on:
8
9
10
publish:
11
- runs-on: ubuntu-latest
12
if: ${{ github.event.workflow_run.conclusion == 'success' }}
13
steps:
14
- name: Download artifacts
.github/workflows/docremove.yml
remove:
- name: Try removal of PR-docs
env:
0 commit comments