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 bd349c9 commit c7712abCopy full SHA for c7712ab
.github/workflows/build-and-deploy.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
build-and-deploy:
14
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
15
if: "!contains(github.event.head_commit.message, 'ci skip')"
16
steps:
17
- name: Checkout
0 commit comments