Skip to content

Commit

Permalink
Force execution of nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Dec 5, 2024
1 parent 1de4170 commit c8850dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ name: Nightly tests
on:
schedule:
cron: "0 1 * * 1-5" # every weekday at 1am
# FIXME remove before merging
pull_request:
branches:
- main

env:
# Force the use of BuildKit for Docker
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
name: CI

on:
pull_request:
branches:
- main
# FIXME remove berfore merging
workflow_dispatch:
# pull_request:
# branches:
# - main

env:
# Force the use of BuildKit for Docker
Expand Down

0 comments on commit c8850dc

Please sign in to comment.