Skip to content

Commit

Permalink
testing on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Dec 20, 2024
1 parent 90f8e7a commit 02e3de6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-timestamps.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check for new Release Train snapshots
on:
workflow_dispatch:
pull_request:
pull_request: #temporary
schedule:
- cron: '0 7 * * *' # Run at 7am on default branch

Expand All @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: #temporary
ref: feat/auto-bump-timestamps #temporary

- name: Setup environment
run: |
Expand Down

0 comments on commit 02e3de6

Please sign in to comment.