Skip to content

Commit

Permalink
Add WIP suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Lacy committed Aug 6, 2024
1 parent 20db2d9 commit 1c7d6e5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: babylonchain/babylon-contract/benchmarking
name: babylonchain/babylon-contract/benchmarking-WIP
on:
push:
branches: [ "disabled" ]
pull_request:
branches: [ "disabled" ]
env:
CARGO_TERM_COLOR: always
jobs:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: babylonchain/babylon-contract/deploy
name: babylonchain/babylon-contract/deploy-WIP
on:
push:
tags: [ "^v[0-9]+\.[0-9]+\.[0-9]+.*"]
branches: [ "disabled" ]
tags: [ "^v[0-9]+\.[0-9]+\.[0-9]+.*" ]
pull_request:
branches: [ "disabled" ]
env:
AWS_ACCESS_KEY_ID: xxxxYKF5
AWS_REGION: xxxxst-1
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/wasm-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: babylonchain/babylon-contract/wasm-tests
name: babylonchain/babylon-contract/wasm-tests-WIP
on:
push:
branches: [ "disabled" ]
pull_request:
branches: [ "disabled" ]
env:
CARGO_TERM_COLOR: always
AWS_ACCESS_KEY_ID: xxxxYKF5
Expand Down

0 comments on commit 1c7d6e5

Please sign in to comment.