Skip to content

Commit

Permalink
ci-skip-rust;ci-skip-integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ggera committed Jul 30, 2024
1 parent 7eb9671 commit 1f87ef7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: paritytech/ci-unified:bullseye-1.74.0
if: ${{ !contains(github.event.head_commit.message, '[ci-skip-rust]') }}
if: ${{ !contains(github.event.head_commit.message, 'ci-skip-rust') }}
steps:
- uses: actions/checkout@v4
- name: Run cargo fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
integration-tests:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[ ci-skip-integration-tests]') }}
if: ${{ !contains(github.event.head_commit.message, 'ci-skip-integration-tests') }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/try-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ concurrency:

env:
TRY_RUNTIME_CLI_VERSION_TAG: v0.7.0
CARGO_HOME: ./.cargo

jobs:
test-try-runtime:
Expand All @@ -20,7 +21,7 @@ jobs:
container:
image: paritytech/ci-unified:bullseye-1.74.0

if: ${{ !contains(github.event.head_commit.message, '[ci-skip-rust]') }}
if: ${{ !contains(github.event.head_commit.message, 'ci-skip-rust') }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 1f87ef7

Please sign in to comment.