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.
1 parent 744290a commit 88059e6Copy full SHA for 88059e6
.github/workflows/deploy.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
deploy:
10
if: contains(toJson(github.event.commits), '[deploy site]') == true
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
steps:
13
- name: Checkout repo
14
uses: actions/checkout@v4
.github/workflows/label-commenter.yml
@@ -11,7 +11,7 @@ permissions:
comment:
15
16
- uses: actions/checkout@v4
17
- name: Label Commenter
.github/workflows/test.yml
@@ -10,7 +10,7 @@ on:
test_build:
0 commit comments