mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-18 15:34:16 +02:00
Remove wait-for-deploy and added comment
This commit is contained in:
parent
5ce598e848
commit
d4224799d8
1 changed files with 1 additions and 15 deletions
16
.github/workflows/daily-csv-upload.yaml
vendored
16
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -2,6 +2,7 @@ name: Upload current-full.csv and current-federal.csv
|
||||||
run-name: Upload current-full.csv and current-federal.csv for branch ${{ github.head_ref }}
|
run-name: Upload current-full.csv and current-federal.csv for branch ${{ github.head_ref }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
# pull_request will be removed when merged
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -42,21 +43,6 @@ jobs:
|
||||||
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'ZA';
|
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'ZA';
|
||||||
core.setOutput('environment', environment);
|
core.setOutput('environment', environment);
|
||||||
|
|
||||||
wait-for-deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Wait for deploy to complete
|
|
||||||
uses: fountainhead/action-wait-for-check@v1.0.0
|
|
||||||
id: wait-for-deploy
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
checkName: "deploy"
|
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
|
||||||
# the maximum time to wait for the check to complete, in seconds
|
|
||||||
timeoutSeconds: 600
|
|
||||||
# the time to wait between checks, in seconds
|
|
||||||
intervalSeconds: 10
|
|
||||||
|
|
||||||
upload-reports:
|
upload-reports:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [variables]
|
needs: [variables]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue