Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Dec 4, 2024
1 parent c4e7ef9 commit 503a355
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: '14 23 * * *' # every day @ 23:14
push:
branches:
- 'release/**'
- 'mmilata/ci-push'


# cancel any previous runs on the same PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- cron: '15 23 * * *' # every day @ 23:15
push:
branches:
- 'release/**'
- 'mmilata/ci-push'

# cancel any previous runs on the same PR
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: '35 22 * * *' # every day @ 22:35
push:
branches:
- 'release/**'
- 'mmilata/ci-push'

# cancel any previous runs on the same PR
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: '13 23 * * *' # every day @ 23:13
push:
branches:
- 'release/**'
- 'mmilata/ci-push'

# cancel any previous runs on the same PR
concurrency:
Expand Down

0 comments on commit 503a355

Please sign in to comment.