Skip to content

Commit

Permalink
do not vendor buildkit, vector in feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
steved committed Nov 1, 2023
1 parent 41a3dde commit 782817e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
vendor-buildkit-rootless:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:
vendor-buildkit:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -136,6 +138,7 @@ jobs:
vendor-vector:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 782817e

Please sign in to comment.