Skip to content

Commit

Permalink
update based on reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Mar 12, 2024
1 parent 67d29a7 commit edee698
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ defaults:
run:
shell: bash

concurrency:
group: ${{ github.ref_name }}-functional
cancel-in-progress: true

permissions:
contents: read

Expand All @@ -38,12 +42,7 @@ jobs:

- name: Docker Buildx
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0
with:
driver-opts: network=host

- name: Output Variables
id: vars
run: echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT

- name: NGF Docker meta
id: ngf-meta
Expand Down

0 comments on commit edee698

Please sign in to comment.