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 bf14c8a
Show file tree
Hide file tree
Showing 2 changed files with 6 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
3 changes: 3 additions & 0 deletions ansible/ci/update_timestamps.yml
Original file line number Diff line number Diff line change
@@ -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 }}"
Expand Down

0 comments on commit bf14c8a

Please sign in to comment.