Skip to content

Commit

Permalink
Update bump_dev_version_nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx authored Oct 8, 2024
1 parent f9789b4 commit 089ee14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump_dev_version_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Bump dev version in tudatpy and tudatpy-feedstock if new commit in last 24

on:
schedule:
- cron: '0 6 * * *' # This triggers the workflow daily at 8:00 AM UTC.
- cron: '0 7 * * *' # This triggers the workflow daily at 9:00 AM UTC.
workflow_dispatch: # This facilitates manual triggering of the workflow from the Actions tab of the repository in case the scheduled run fails.


Expand Down Expand Up @@ -113,4 +113,4 @@ jobs:
- name: Push tag to tudatpy-feedstock
run: git push origin --follow-tags
env:
GITHUB_TOKEN: ${{ secrets.<add_secret_name>}}
GITHUB_TOKEN: ${{ secrets.BUMP_VERSION_NIGHTLY}}

0 comments on commit 089ee14

Please sign in to comment.