1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +12:00

Cleanup pipeline

This commit is contained in:
Adria Navarro 2023-11-20 09:58:43 +01:00
parent cf30097710
commit 370d12965c

View file

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