diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-01-03 21:46:43 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-01-03 21:46:43 +0100 |
commit | baa706d25aa0eb0962551ae7b7978481db841c02 (patch) | |
tree | fff697d72c24c1b93bbc012844bad588166732d1 | |
parent | 4855b5684945631c7c0ecf5d526ff5224752b038 (diff) | |
download | NorthstarLauncher-baa706d25aa0eb0962551ae7b7978481db841c02.tar.gz NorthstarLauncher-baa706d25aa0eb0962551ae7b7978481db841c02.zip |
Run auto-label action at a later time
for testing
-rw-r--r-- | .github/workflows/merge-conflict-auto-label.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/merge-conflict-auto-label.yml b/.github/workflows/merge-conflict-auto-label.yml index dea1f087..cf5598a6 100644 --- a/.github/workflows/merge-conflict-auto-label.yml +++ b/.github/workflows/merge-conflict-auto-label.yml @@ -4,7 +4,7 @@ on: branches: - main schedule: - - cron: "40 20 * * *" + - cron: "10 21 * * *" jobs: triage: |