Skip to content

Commit

Permalink
Make integration and snapshot actions triggerable
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Oct 12, 2023
1 parent 38b31f7 commit 0d7e97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- '[0-9].[0-9].x'
schedule:
- cron: '0 1 * * *' # nightly build
workflow_dispatch:

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- master
- '[0-9].x'
- '[0-9].[0-9].x'
workflow_dispatch:

jobs:

Expand Down

0 comments on commit 0d7e97f

Please sign in to comment.