Skip to content

Commit bf14c8a

Browse files
committed
testing on branch
1 parent 90f8e7a commit bf14c8a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/update-timestamps.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check for new Release Train snapshots
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: #temporary
55
schedule:
66
- cron: '0 7 * * *' # Run at 7am on default branch
77

@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15+
with: #temporary
16+
ref: feat/auto-bump-timestamps #temporary
1517

1618
- name: Setup environment
1719
run: |

ansible/ci/update_timestamps.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
- hosts: localhost
22
tasks:
3+
- name: test
4+
debug:
5+
var: appliances_repo_timestamps
36
- name: Get latest timestamps from sources
47
latest_timestamps:
58
repos_dict: "{{ appliances_pulp_repos }}"

0 commit comments

Comments
 (0)