Skip to content

Commit

Permalink
enable the 'Run workflow' button
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Feb 9, 2024
1 parent a8391b2 commit 2663642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
# Build once a month, to detect missing upper bounds.
schedule:
- cron: '0 0 1 * *'

workflow_dispatch:

jobs:
stack:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/installation-methods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
#pull_request:
# types: [opened, synchronize]

workflow_dispatch:

jobs:
# the stack installation method is already covered by the regular CI tests
installation-methods:
Expand Down

0 comments on commit 2663642

Please sign in to comment.