Skip to content

Commit

Permalink
temp commit for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Tam Mach <[email protected]>
  • Loading branch information
sayboras committed Dec 16, 2024
1 parent c39db24 commit a0eaff6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-envoy-image-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: CI Build & Push
on:
pull_request_target:
types: [opened, synchronize, reopened]
# pull_request_target:
# types: [opened, synchronize, reopened]
pull_request: {}

permissions:
# To be able to access the repository with `actions/checkout`
contents: read
# Required to generate OIDC tokens for `sigstore/cosign-installer` authentication
id-token: write

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.after }}
cancel-in-progress: true
#concurrency:
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.after }}
# cancel-in-progress: true

jobs:
build-and-push-prs:
Expand Down

0 comments on commit a0eaff6

Please sign in to comment.