testing workflow output

This commit is contained in:
Daniel-GrunbergerCA
2021-10-18 10:57:04 +03:00
parent c2d99163a6
commit 37791ff391
+1 -2
View File
@@ -29,7 +29,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Set up Go
- name: TestWorkflow
run: echo "$github.workflow"
- name: Set up Go
uses: actions/setup-go@v2
@@ -63,7 +63,6 @@ jobs:
build-docker:
name: Build docker container, tag and upload to registry
needs: build
if: ${{ github.workflow == 'armosec/kubescape' }}
runs-on: ubuntu-latest