Skip to content

Commit aa222b3

Browse files
(MAINT) fix failing checkout step on migrate and failed postgres workflows
1 parent 7e680a4 commit aa222b3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test-migration.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
steps:
7272
- name: Checkout Source
7373
uses: actions/checkout@v4
74-
with:
75-
ref: ${{ github.head_ref }}
7674
- name: Activate Ruby 3.1
7775
uses: ruby/setup-ruby@v1
7876
with:

.github/workflows/test-replace-failed-postgresql.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
image: [almalinux-cloud/almalinux-8]
4242
steps:
4343
- name: Checkout Source
44-
uses: actions/checkout@v4
45-
with:
46-
ref: ${{ github.head_ref }}
44+
uses: actions/checkout@v4
4745
- name: Activate Ruby 3.1
4846
uses: ruby/setup-ruby@v1
4947
with:

0 commit comments

Comments
 (0)