Skip to content

Commit

Permalink
chore: change job dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer committed Jun 20, 2024
1 parent 14cfa1b commit 24ad08e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dev_module_build-on-self-hosted-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
if: needs.check_label.outputs.should_run
needs:
- check_label
- set_vars
runs-on: [self-hosted, ci-testing]
steps:
- name: Set up Go 1.21
Expand All @@ -131,7 +130,6 @@ jobs:
if: needs.check_label.outputs.should_run
needs:
- check_label
- set_vars
runs-on: [self-hosted, ci-testing]
steps:
- name: Install Task
Expand All @@ -150,8 +148,7 @@ jobs:
name: Run unit test
if: needs.check_label.outputs.should_run
needs:
- check_label
- set_vars
- check_label
runs-on: [self-hosted, ci-testing]
steps:
- name: Set up Go 1.21
Expand Down

0 comments on commit 24ad08e

Please sign in to comment.