diff options
author | 2021-07-17 20:57:40 +0100 | |
---|---|---|
committer | 2021-07-17 20:57:40 +0100 | |
commit | e3c25eaafbac4755e4eaf1942d58034646abe1f9 (patch) | |
tree | 285d70e0d7a33b70b64801b8d1cf79b1dba8c4a0 | |
parent | fix: correct CI stage name & add job requirements (diff) |
ci: correct stage label
-rw-r--r-- | .github/workflows/lint-build-deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-build-deploy.yaml b/.github/workflows/lint-build-deploy.yaml index 9cad82c..629ab69 100644 --- a/.github/workflows/lint-build-deploy.yaml +++ b/.github/workflows/lint-build-deploy.yaml @@ -122,7 +122,7 @@ jobs: deploy: environment: production - name: Build & Push + name: Deploy runs-on: ubuntu-latest needs: [lint, build] |