Skip to content

Commit

Permalink
disable main dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Oct 18, 2024
1 parent d2ca083 commit 43b6586
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
name: Main

on:
pull_request:
# pull_request:
push:
branches:
- 'main'
- 'release/*'
- 'force-docker-images'
- 'private_release/*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
schedule:
# Nightly Release @ 3AM after each work day
- cron: "0 3 * * 2-6"
# - 'release/*'
# - 'force-docker-images'
# - 'private_release/*'
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+*'
# schedule:
# # Nightly Release @ 3AM after each work day
# - cron: "0 3 * * 2-6"

jobs:
# This jobs outputs for each modules of our mono-repo if it changed,
Expand Down

0 comments on commit 43b6586

Please sign in to comment.