Skip to content

Commit

Permalink
fix uses
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Nov 9, 2023
1 parent 269c408 commit d9cd148
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ on: "push"
jobs:
contracts-1155:
name: 1155
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/1155.yml
uses: ./.github/workflows/1155.yml

contracts-protocol-rewards:
name: Protocol Rewards
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/protocol-rewards.yml
uses: ./.github/workflows/protocol-rewards.yml

0 comments on commit d9cd148

Please sign in to comment.