Skip to content

Commit

Permalink
Merge pull request #107 from Earth-Information-System/gc/fix10
Browse files Browse the repository at this point in the history
checkout with
  • Loading branch information
ranchodeluxe authored Jul 31, 2024
2 parents 88d249e + 3978aa1 commit a8f8beb
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 a8f8beb

Please sign in to comment.