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 ef0f2f4 commit 5dfdbc9Copy full SHA for 5dfdbc9
.github/workflows/build.yml
@@ -18,6 +18,7 @@ jobs:
18
19
deploy_to_production:
20
runs-on: ubuntu-latest
21
+ needs: [build-and-test]
22
steps:
23
- uses: actions/checkout@v2
24
- name: Configure AWS Credentials
0 commit comments