Skip to content

Commit

Permalink
Update actions files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky committed Sep 30, 2024
1 parent c3a821f commit ddbaae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- main
paths:
- 'Source/**'
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: continuous
on:
schedule:
- cron: '0 10 * * *' # Every day at 10:00 UTC
- cron: '0 11 * * *' # Every day at 11:00 UTC
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab

jobs:
Expand Down

0 comments on commit ddbaae6

Please sign in to comment.