Skip to content

Commit

Permalink
ci: Adjust runs of CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Aug 24, 2023
1 parent 2047a86 commit 4f1af1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests-launcher.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Run

on:
pull_request:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '30 02 * * *'
- cron: '01 01 * * *'

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 4f1af1f

Please sign in to comment.