Skip to content

Commit

Permalink
update gh-actions
Browse files Browse the repository at this point in the history
Signed-off-by: Tejas <[email protected]>
  • Loading branch information
0xt3j4s committed Nov 15, 2023
1 parent 7025308 commit 70f95e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr-created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: pull_request_created
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
branches:
- 'main'
paths-ignore:
- '*.md'
- '*.yaml'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr-merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'main'
paths-ignore:
- '**.md' ### Ignore running when README.MD changed.
- '**.yaml' ### Ignore running when YAML files changed.
- '.github/workflows/*' ### Ignore running when files under path: .github/workflows/* changed.

jobs:
Expand All @@ -20,7 +21,7 @@ jobs:
with:
IMAGE_NAME: quay.io/${{ github.repository_owner }}/kubescape-exporter
IMAGE_TAG: v0.1.${{ github.run_number }}
COMPONENT_NAME: kubescapeExporter
COMPONENT_NAME: prometheus-exporter
CGO_ENABLED: 0
GO111MODULE: "on"
BUILD_PLATFORM: linux/amd64,linux/arm64
Expand Down

0 comments on commit 70f95e3

Please sign in to comment.