Skip to content

Commit

Permalink
[CI] Trigger workflow on testInner.yml edit, reduce two related steps…
Browse files Browse the repository at this point in the history
… into one
  • Loading branch information
ViliusSutkus89 committed Jun 21, 2024
1 parent de3ba4f commit 6725213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ on:
- '**.md'
- '.github/**'
- '!.github/workflows/build.yml'
- '!.github/workflows/testInner.yml'

permissions:
actions: none
Expand Down Expand Up @@ -60,10 +61,11 @@ jobs:
- name: install python dependencies
run: pip install --upgrade pip conan setuptools

- run: conan config install .github/conan
- run: |
conan config install .github/conan
conan profile list
conan profile show
- uses: actions/checkout@v4
with:
repository: ViliusSutkus89/conan-odr-index
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testInner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: install python dependencies
run: pip install --upgrade pip conan setuptools

- run: conan config install .github/conan
- run: |
conan config install .github/conan
conan profile list
conan profile show
Expand Down

0 comments on commit 6725213

Please sign in to comment.