From 02e3de6752fc397cd886e4703ab27e377a28c68f Mon Sep 17 00:00:00 2001 From: wtripp180901 Date: Fri, 20 Dec 2024 13:56:27 +0000 Subject: [PATCH] testing on branch --- .github/workflows/update-timestamps.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-timestamps.yml b/.github/workflows/update-timestamps.yml index 62b78d724..c48c08d69 100644 --- a/.github/workflows/update-timestamps.yml +++ b/.github/workflows/update-timestamps.yml @@ -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 @@ -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: |