Skip to content

Commit

Permalink
Merge pull request #28 from maiadegraaf/CI-fix
Browse files Browse the repository at this point in the history
Fix ODBC CI Run
  • Loading branch information
maiadegraaf authored Jul 29, 2024
2 parents ae2c3a8 + 693334b commit c619067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ODBC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
OVERRIDE_GIT_DESCRIBE: ${{ inputs.override_git_describe }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

concurrency:
group: ODBC-${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}-${{ inputs.override_git_describe }}
Expand Down

0 comments on commit c619067

Please sign in to comment.