Skip to content

Commit

Permalink
Don't relaunch test on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Aug 20, 2024
1 parent 55a2a34 commit 7c4cb2b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,8 @@ on:
branches: [master,stable,experimental]

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: build_and_test
run: ./build-all
env:
VERSION: ${{ env.VERSION }}-${{ env.DOCKERREVISION }}

build-and-push-pg:
needs: test
runs-on: ubuntu-latest
steps:
- name: Get current date
Expand Down Expand Up @@ -65,7 +55,6 @@ jobs:

build-and-push-base:
runs-on: ubuntu-latest
needs: test
steps:
- name: Get current date
id: date
Expand Down Expand Up @@ -449,7 +438,6 @@ jobs:

build-and-push-base-no-s6:
runs-on: ubuntu-latest
needs: test
steps:
- name: Get current date
id: date
Expand Down

0 comments on commit 7c4cb2b

Please sign in to comment.