Skip to content

Commit

Permalink
Disable concurrency for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
danhper committed Jul 8, 2024
1 parent 26b58f7 commit 50007b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: ["main"]
workflow_dispatch:

concurrency:
group: "pages"
cancel-in-progress: true

permissions:
contents: read
pages: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ to interact with EVM smart contracts using Solidity.

The documentation can be found here: https://docs.eclair.so

Here is a sample session using Eclair:
Here is a sample session using Eclair that interacts with smart contracts deployed on [Optimism](https://optimism.io/) using a [Ledger](https://www.ledger.com/).

```python
>> repl.rpc("https://mainnet.optimism.io")
Expand Down

0 comments on commit 50007b9

Please sign in to comment.