Skip to content

Commit

Permalink
Revert "push it nevertheless"
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Apr 4, 2024
1 parent 89f2aea commit 5b5f982
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ jobs:
- name: Copy over the new changes
run: |
cp -r polkadot-sdk/templates/${{ matrix.template }}/* "${{ env.template-path }}/"
# - name: Check if it compiles
# id: check-compilation
# run: |
# set -e
# # Commented out for now.
# # cargo build
# cargo tree --depth 1
# cargo fmt
# working-directory: "${{ env.template-path }}"
- name: Check if it compiles
id: check-compilation
run: |
set -e
# Commented out for now.
# cargo build
cargo tree --depth 1
cargo fmt
working-directory: "${{ env.template-path }}"
- name: Push changes
run: |
git add -A .
Expand Down

0 comments on commit 5b5f982

Please sign in to comment.