Skip to content

Commit

Permalink
Adding back to PR to test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Feb 4, 2025
1 parent 085e65e commit 9e34625
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Floris Benchmark
on:
schedule:
- cron: '0 3 * * *' # Runs daily at 3am UTC
# on:
# push:
# branches:
# - develop
# pull_request:
# branches:
# - develop
# schedule:
# - cron: '0 3 * * *' # Runs daily at 3am UTC
on:
push:
branches:
- develop
pull_request:
branches:
- develop
workflow_dispatch: # Allows manual triggering of the workflow

permissions:
Expand Down

0 comments on commit 9e34625

Please sign in to comment.