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 930e8f6 commit 1ef5c01Copy full SHA for 1ef5c01
.github/workflows/preview.yml
@@ -14,7 +14,7 @@ concurrency:
14
jobs:
15
run:
16
if: ${{ contains(github.event.pull_request.labels.*.name, 'preview') || github.ref_name == 'main' }}
17
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
18
concurrency:
19
group: netlify
20
cancel-in-progress: false
.github/workflows/render-datasheets.yaml
@@ -5,7 +5,7 @@ on:
5
6
7
render-datasheets:
8
9
env:
10
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
11
0 commit comments