Cleanup pipeline

This commit is contained in:
Adria Navarro 2023-11-20 09:58:43 +01:00
parent cf30097710
commit 370d12965c
1 changed files with 2 additions and 5 deletions

View File

@ -3,9 +3,6 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 8,16 * * 1-5" # on weekdays at 8am and 4pm - cron: "0 8,16 * * 1-5" # on weekdays at 8am and 4pm
push:
branches:
- chore/run_oss_checks # TODO: remove
jobs: jobs:
run-checks: run-checks:
@ -16,8 +13,8 @@ jobs:
secrets: inherit secrets: inherit
notify-error: notify-error:
# needs: ["run-checks"] needs: ["run-checks"]
if: ${{ always() }} if: ${{ failure() }}
name: Notify error name: Notify error
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: