Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #70 from razorpay/fix_workflow
Browse files Browse the repository at this point in the history
Fix workflow
  • Loading branch information
suddendust authored Sep 30, 2022
2 parents cdc6274 + 04c57dc commit c76ba17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:

jobs:
build-and-test-with-mongo:
if: contains(github.event.pull_request.labels.*.name,'safe-to-test')
# Ubuntu-20.04 runner comes with docker 19.03 and OpenJDK 11 and we are using that here.
runs-on: ubuntu-20.04
if: contains(github.event.pull_request.labels.*.name,'safe-to-test')
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -61,9 +61,9 @@ jobs:
run: ./tests.sh

build-and-test-with-postgres:
# Ubuntu-20.04 runner comes with docker 19.03 and OpenJDK 11 and we are using that here.
runs-on: ubuntu-20.04
if: contains(github.event.pull_request.labels.*.name,'safe-to-test')
# Ubuntu-20.04 runner comes with docker 19.03 and OpenJDK 11 and we are using that here.
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit c76ba17

Please sign in to comment.