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 e38d322 commit 5b772e0Copy full SHA for 5b772e0
.github/workflows/preview.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
preview:
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
15
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
16
steps:
17
- name: Download PR Artifact
0 commit comments