Skip to content

Commit

Permalink
modified: .github/workflows/go-basic-tests.yaml
Browse files Browse the repository at this point in the history
	modified:   .github/workflows/kubescape-cli-e2e-tests.yaml
	modified:   .github/workflows/package-release.yaml
	modified:   .github/workflows/pr.yaml
  • Loading branch information
Yuval Leibovich committed May 14, 2023
1 parent 971b0aa commit bffdb6e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go-basic-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,4 @@ jobs:
- Vulnerabilities scan: ${{ steps.vulnerabilities-scan.outcome }}
- Unit test: ${{ steps.unit-test.outcome }}
- Go linting: ${{ steps.linting.outcome }}
reactions: 'eyes'

reactions: 'eyes'
6 changes: 1 addition & 5 deletions .github/workflows/kubescape-cli-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ on:
"host_scanner",
"scan_compliance_score"
]'
# CHECKOUT_REPO:
# required: false
# type: string
# default: kubescape/kubescape

jobs:
wf-preparation:
Expand Down Expand Up @@ -149,4 +145,4 @@ jobs:
if: always() # always run even if the previous step fails
with:
report_paths: '**/results_xml_format/**.xml'
commit: ${{github.event.workflow_run.head_sha}}
commit: ${{github.event.workflow_run.head_sha}}
6 changes: 0 additions & 6 deletions .github/workflows/package-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ on:
# required: false
# type: boolean
# default: true
# push:
# branches: [ main, master ]
# tags:
# - 'v*.*.*'

jobs:
test:
Expand Down Expand Up @@ -63,8 +59,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# tag_name: ${{ steps.set_tag_name.outputs.tag_name }}
# release_name: Release ${{ steps.set_tag_name.outputs.tag_name }}
tag_name: ${{ inputs.RELEASE }}
release_name: "Release ${{ inputs.RELEASE }}"
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pr-checks

on:
pull_request:
types: [ edited, opened, synchronize, reopened ]
types: [ opened, synchronize, reopened, ready_for_review ]
paths-ignore:
- '**.md' ### Ignore running when .md files change

Expand Down

0 comments on commit bffdb6e

Please sign in to comment.