Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Aug 9, 2024
1 parent f572c51 commit 9803495
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,9 @@ jobs:
- 5432:5432
steps:
- name: Checkout ${{ inputs.branch }}
if: github.event_name == 'schedule'
uses: actions/checkout@v2
with:
refs: ${{ inputs.branch }}
- name: Checkout ${{ github.ref_name }}
if: github.event_name != 'schedule'
uses: actions/checkout@v2
- name: Get year/month for cache key
id: get-date
run: |
Expand Down Expand Up @@ -119,13 +115,9 @@ jobs:
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer', 'CockroachDB', 'Db2', 'Oracle' ]
steps:
- name: Checkout ${{ inputs.branch }}
if: github.event_name == 'schedule'
uses: actions/checkout@v2
with:
refs: ${{ inputs.branch }}
- name: Checkout ${{ github.ref_name }}
if: github.event_name != 'schedule'
uses: actions/checkout@v2
- name: Get year/month for cache key
id: get-date
run: |
Expand Down Expand Up @@ -182,13 +174,9 @@ jobs:
- { name: "24-ea", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
steps:
- name: Checkout ${{ inputs.branch }}
if: github.event_name == 'schedule'
uses: actions/checkout@v2
with:
refs: ${{ inputs.branch }}
- name: Checkout ${{ github.ref_name }}
if: github.event_name != 'schedule'
uses: actions/checkout@v2
- name: Get year/month for cache key
id: get-date
run: |
Expand Down

0 comments on commit 9803495

Please sign in to comment.