Skip to content

Commit

Permalink
checkout with
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Jul 31, 2024
1 parent 88d249e commit 3978aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: primarykeyv2

- name: python setup
uses: actions/setup-python@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/schedule-alert-failed-dps-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: primarykeyv2

- name: python setup
uses: actions/setup-python@v2
Expand Down

0 comments on commit 3978aa1

Please sign in to comment.