Skip to content

Commit

Permalink
remove if again
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Feb 11, 2024
1 parent 6ddf019 commit a9a5158
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
if: startsWith(inputs.mint-database, 'postgres')
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
if: startsWith(inputs.mint-database, 'postgres')
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand Down

0 comments on commit a9a5158

Please sign in to comment.