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: | diff --git a/ansible/ci/update_timestamps.yml b/ansible/ci/update_timestamps.yml index b612531b3..16d0f0216 100644 --- a/ansible/ci/update_timestamps.yml +++ b/ansible/ci/update_timestamps.yml @@ -1,5 +1,8 @@ - hosts: localhost tasks: + - name: test + debug: + var: appliances_repo_timestamps - name: Get latest timestamps from sources latest_timestamps: repos_dict: "{{ appliances_pulp_repos }}"