Skip to content

Commit

Permalink
[FIX] removed CI errors;
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhakhongir R. committed Sep 19, 2024
1 parent dc1f312 commit a8360d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci-go-lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: ci-go-lint

on:
workflow_run:
workflows: ["ci-security-scanner-checks"]
types:
- completed
push:
branches:
- main
Expand All @@ -18,11 +15,6 @@ jobs:
name: lint
runs-on: ubuntu-20.04
steps:
- name: Fail if Previous workflow failed
if: ${{ github.event.workflow_run.conclusion != 'success' }}
run: |
echo "Security Scan failed. Failing CI pipeline."
exit 1
- name: Checkout Code
uses: actions/checkout@v4
- name: Get Go Version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-security-scanner-checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: ci-security-scanner-checks

on:
push:
branches:
Expand Down

0 comments on commit a8360d1

Please sign in to comment.