Skip to content

revert pull_request trigger that was used for testing #13

revert pull_request trigger that was used for testing

revert pull_request trigger that was used for testing #13

name: "Scheduled maintenance"
on:
schedule:
- cron: "30 1 * * SAT"
workflow_dispatch:
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.sha }}
cancel-in-progress: true
jobs:
pre-commit-autoupdate:
uses: dbt-labs/actions/.github/workflows/pre-commit-autoupdate.yml

Check failure on line 17 in .github/workflows/scheduled-maintenance.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scheduled-maintenance.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets:
TOKEN: ${{ secrets.FISHTOWN_BOT_PAT }}
SLACK_WEBHOOK_PR_URL: ${{ secrets.SLACK_DEV_ADAPTER_PULL_REQUESTS }}
SLACK_WEBHOOK_ALERTS_URL: ${{ secrets.SLACK_DEV_ADAPTER_ALERTS }}
stale:
uses: dbt-labs/actions/.github/workflows/stale-bot-matrix.yml@main