Skip to content

Commit

Permalink
test a bit more
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
  • Loading branch information
fenollp committed Oct 27, 2022
1 parent b8d3a3b commit 8dd21b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ cat <<EOF
name: suite
on:
push:
pull_request:
schedule:
- cron: '00 1 * * 1' # At 01:00 on Mondays.
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/suite.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: suite

on:
push:
pull_request:
schedule:
- cron: '00 1 * * 1' # At 01:00 on Mondays.
workflow_dispatch:
Expand Down

0 comments on commit 8dd21b1

Please sign in to comment.