We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 582dc64 + 9d418f2 commit a4743b1Copy full SHA for a4743b1
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
tests:
9
name: Unit & E2E tests
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
12
steps:
13
# Setup steps
@@ -46,7 +46,7 @@ jobs:
46
name: Release frontend build artifact for the dev server
47
needs: tests
48
if: ${{ github.ref_name == 'master' }}
49
50
51
52
- name: Checkout
@@ -65,7 +65,7 @@ jobs:
65
name: Release frontend build artifact for the prod server
66
67
if: ${{ github.ref_name == 'prod_server' }}
68
69
70
71
@@ -84,7 +84,7 @@ jobs:
84
if: "false" # disable deployment job for now
85
name: Deployment to dev
86
needs: release-dev
87
88
89
90
0 commit comments