Skip to content

Commit

Permalink
Correct file names
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Apr 8, 2024
1 parent dfd7cc1 commit 45ee27d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/post-commit-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:

jobs:
static-checks:
uses: ./.github/workflows/all-static-checks.yaml
uses: ./.github/workflows/all-static-checks.yml
secrets: inherit
build-artifact:
uses: ./.github/workflows/build-artifact.yaml
uses: ./.github/workflows/build-artifact.yml
secrets: inherit
sanity-test:
uses: ./.github/workflows/sanity-test.yaml
uses: ./.github/workflows/sanity-test.yml
secrets: inherit
silicon-test:
uses: ./.github/workflows/silicon-test.yaml
uses: ./.github/workflows/silicon-test.yml
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:

jobs:
static-checks:
uses: ./.github/workflows/static-checks.yaml
uses: ./.github/workflows/static-checks.yml
secrets: inherit
build-artifacts:
uses: ./.github/workflows/build-artifacts.yaml
uses: ./.github/workflows/build-artifacts.yml
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Install requirements
run: python -m pip install -r .github/requirements.txt
- name: Check SPDX licenses
run: python -m check_copyright --verbose --dry-run --config ./check_copyright_config.yaml .
run: python -m check_copyright --verbose --dry-run --config ./check_copyright_config.yml .

0 comments on commit 45ee27d

Please sign in to comment.