Skip to content

Commit

Permalink
Merge pull request #141 from dadosjusbr/dump-workflow-dispatch
Browse files Browse the repository at this point in the history
Dump workflow dispatch
  • Loading branch information
JezzDiego authored Jan 17, 2025
2 parents 04adcca + ef92ebc commit 68bc570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: PGPASSWORD=${{ secrets.POSTGRES_PASSWORD }} psql -h "${{ secrets.POSTGRES_HOST }}" -U ${{ secrets.POSTGRES_USER }} -d ${{ secrets.POSTGRES_DB }} -c "REFRESH MATERIALIZED VIEW media_por_membro;"

Dump:
if: github.event.schedule == '0 3 17 * *'
if: github.event.schedule == '0 3 17 * *' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-20.04
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 68bc570

Please sign in to comment.