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.
2 parents 00ff687 + 655f763 commit 412e1efCopy full SHA for 412e1ef
.github/workflows/pages.yml
@@ -16,7 +16,7 @@ jobs:
16
environment:
17
name: github-pages
18
url: ${{ steps.deploy-pages.outputs.page_url }}
19
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
20
steps:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-node@v4
.github/workflows/preview.yml
@@ -9,7 +9,7 @@ concurrency:
9
cancel-in-progress: true
10
jobs:
11
preview:
12
13
if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false) ||
14
(github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe to test'))
15
0 commit comments