We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f8e7a commit bf14c8aCopy full SHA for bf14c8a
.github/workflows/update-timestamps.yml
@@ -1,7 +1,7 @@
1
name: Check for new Release Train snapshots
2
on:
3
workflow_dispatch:
4
- pull_request:
+ pull_request: #temporary
5
schedule:
6
- cron: '0 7 * * *' # Run at 7am on default branch
7
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
+ with: #temporary
16
+ ref: feat/auto-bump-timestamps #temporary
17
18
- name: Setup environment
19
run: |
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:
8
repos_dict: "{{ appliances_pulp_repos }}"
0 commit comments