Skip to content

Commit

Permalink
Merge branch 'main' into transfer-to-nhr-partition
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Aug 27, 2024
2 parents 6865881 + e2bc65c commit 2ac80f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: main
ref: ${{ github.head_ref }}

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: main
ref: ${{ github.head_ref }}

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 2ac80f3

Please sign in to comment.