Skip to content

Commit

Permalink
Merge pull request #648 from mcneel/AndyPayne/R8Bump
Browse files Browse the repository at this point in the history
setting scheduler to build every 5 mins as a test
  • Loading branch information
andyopayne committed Feb 6, 2024
2 parents e2f020a + 295584e commit b545998
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
# https://github.com/actions/virtual-environments/tree/main/images

name: workflow ci
on: [push, pull_request, workflow_dispatch]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '*/5 * * * *'

jobs:

Expand Down

0 comments on commit b545998

Please sign in to comment.