Skip to content

Commit

Permalink
fixed branch name
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <[email protected]>
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
David Wertenteil authored and matthyx committed Jul 5, 2023
1 parent 7d7df7c commit 48a472e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/02-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
uses: actions/checkout@v3
with:
repository: armosec/system-tests
ref: relevancy
path: .

- uses: actions/setup-python@v4
Expand Down
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

4 changes: 1 addition & 3 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 @@ -49,7 +49,6 @@ jobs:
uses: actions/checkout@v3
with:
repository: armosec/system-tests
ref: relevancy
path: .

- uses: actions/setup-python@v4
Expand All @@ -61,7 +60,6 @@ jobs:
- name: create env
run: ./create_env.sh


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

0 comments on commit 48a472e

Please sign in to comment.