Skip to content

Commit

Permalink
ci: Fix configuration of integrate job
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 10, 2020
1 parent 69dd4b9 commit f9c3077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Expand Up @@ -173,7 +173,7 @@ jobs:
integrate:
name: Integrate
runs-on: ubuntu-latest
needs: [linuxNode14, windowsNode14, linuxNode12, linuxNode10, linuxNode8, linuxNode6]
needs: [linuxNode14, windowsNode14, linuxNode12, linuxNode10]
timeout-minutes: 30 # Default is 360
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit f9c3077

Please sign in to comment.