Skip to content

Commit dfb5d9f

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

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test-migration.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
steps:
7272
- name: Checkout Source
7373
uses: actions/checkout@v4
74-
with:
75-
ref: ${{ github.head_ref }}
74+
7675
- name: Activate Ruby 3.1
7776
uses: ruby/setup-ruby@v1
7877
with:

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
steps:
4343
- name: Checkout Source
4444
uses: actions/checkout@v4
45-
with:
46-
ref: ${{ github.head_ref }}
4745
- name: Activate Ruby 3.1
4846
uses: ruby/setup-ruby@v1
4947
with:

0 commit comments

Comments
 (0)