Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ jobs:
done as part of a version bump of Sui dependencies or if the Testnet contracts are
actually updated.

cc @karlwuest @mlegner
Comment thread
halfprice marked this conversation as resolved.

mainnet-contracts-warning:
name: Check if the PR touches the mainnet-contracts directory
runs-on: ubuntu-latest
Expand All @@ -267,8 +265,6 @@ jobs:
**Warning:** This PR touches the `mainnet-contracts` directory. This should only be
done if the Mainnet contracts are updated.

cc @karlwuest @mlegner

example-config-warning:
name: Check if the PR touches any of the example config files
runs-on: ubuntu-latest
Expand Down Expand Up @@ -342,8 +338,6 @@ jobs:
- Make sure the generated HTML files do not contain errors.
- This probably requires release notes and maybe changes to the documentation.

cc @jpcsmith @mlegner

check-all:
name: Check if all code checks succeeded
if: always()
Expand Down
Loading