Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Using global check push right
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Oct 3, 2023
1 parent b53717c commit 74cd5fb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 98 deletions.
90 changes: 0 additions & 90 deletions .github/workflows/check_push_rights.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/kuksa_csv_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ on:
pull_request:
paths:
- ".github/workflows/kuksa_csv_provider.yml"
- ".github/workflows/check_push_rights.yml"
- ".github/actions/post-container-location/action.yml"
- "csv_provider/**"
workflow_dispatch:
Expand All @@ -30,7 +29,7 @@ concurrency:

jobs:
checkrights:
uses: ./.github/workflows/check_push_rights.yml
uses: erikbosch/kuksa-actions/.github/workflows/check_push_rights.yml@main
secrets: inherit

run-csv-provider-tests:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/kuksa_dbc_feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ on:
pull_request:
paths:
- ".github/workflows/kuksa_dbc_feeder.yml"
- ".github/workflows/check_push_rights.yml"
- ".github/actions/post-container-location/action.yml"
- "dbc2val/**"
workflow_dispatch:
Expand All @@ -30,7 +29,7 @@ concurrency:

jobs:
checkrights:
uses: ./.github/workflows/check_push_rights.yml
uses: erikbosch/kuksa-actions/.github/workflows/check_push_rights.yml@main
secrets: inherit

build-can-feeder-image:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/kuksa_gps_feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
paths:
- ".github/workflows/kuksa_gps_feeder.yml"
- ".github/workflows/check_push_rights.yml"
- ".github/actions/post-container-location/action.yml"
- "gps2val/**"
workflow_dispatch:
Expand All @@ -21,7 +20,7 @@ env:
jobs:

checkrights:
uses: ./.github/workflows/check_push_rights.yml
uses: erikbosch/kuksa-actions/.github/workflows/check_push_rights.yml@main
secrets: inherit

build-self-hosted:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/someip2val_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ on:
pull_request:
paths:
- ".github/workflows/someip2val_build.yml"
- ".github/workflows/check_push_rights.yml"
- "someip2val/**"
workflow_dispatch:
inputs:
Expand All @@ -35,7 +34,7 @@ concurrency:
jobs:

checkrights:
uses: ./.github/workflows/check_push_rights.yml
uses: erikbosch/kuksa-actions/.github/workflows/check_push_rights.yml@main
secrets: inherit

build:
Expand Down

0 comments on commit 74cd5fb

Please sign in to comment.