Skip to content

Commit

Permalink
fixed branch name
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <dwertent@armosec.io>
  • Loading branch information
David Wertenteil committed Jul 3, 2023
1 parent 7d7df7c commit 179963c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/inspektor-trigger-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
call-e2e-tests:
uses: ./.github/workflows/relevancy-e2e-test.yaml
with:
BRANCH: "inspetor"
BRANCH: "inspektor"
secrets: inherit

3 changes: 1 addition & 2 deletions .github/workflows/relevancy-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: false
default: 'main'
type: string

workflow_call:
inputs:
BRANCH:
Expand Down Expand Up @@ -61,7 +61,6 @@ jobs:
- name: create env
run: ./create_env.sh


- name: Generate uuid
id: uuid
run: |
Expand Down

0 comments on commit 179963c

Please sign in to comment.