Skip to content

Commit

Permalink
REVERT ME - temporarily activate ci-daily in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Feb 13, 2025
1 parent 0b79418 commit f9f653e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
schedule:
# Checks out main by default.
- cron: '0 0 * * *'
# FIXME - for PR testing only, remove before merge
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
schedule:
# Checks out main by default.
- cron: '0 0 * * 0'
# FIXME - for PR testing only, remove before merge
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}
Expand Down

0 comments on commit f9f653e

Please sign in to comment.