Skip to content

Commit

Permalink
Merge pull request #519 from liquibase/DAT-15578
Browse files Browse the repository at this point in the history
chore(test.yml): comment out dependabot job to temporarily disable au…
  • Loading branch information
jandroav authored Aug 2, 2023
2 parents 15243f5 + c053127 commit b4f6842
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
- reopened
- synchronize

permissions:
contents: write
pull-requests: write

jobs:
build:
# This extension can not execute hibernete tests on Java 8/11. This needs to be fixed and then uncomment the following 2 lines and remove the build and unit-test logic from here
Expand Down Expand Up @@ -127,6 +123,6 @@ jobs:
**/target/surefire-reports
**/target/jacoco.exec
dependabot:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
# dependabot:
# uses: liquibase/build-logic/.github/workflows/[email protected]
# secrets: inherit

0 comments on commit b4f6842

Please sign in to comment.