Skip to content

Commit

Permalink
Revert changes to lido-ci.yml for merge into parent repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmt committed Jun 12, 2024
1 parent 699ed04 commit ac35908
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lido-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
push:
branches:
- develop
- rvdevelop
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -24,7 +23,7 @@
-H "Authorization: Bearer ${{ secrets.RV_COMPUTE_TOKEN }}" \
https://api.github.com/repos/runtimeverification/_kaas_lidofinance_dual-governance/actions/workflows/lido-ci.yml/dispatches \
-d '{
"ref": "rvdevelop",
"ref": "develop",
"inputs": {
"branch_name": "'"${{ github.event.pull_request.head.sha || github.sha }}"'",
"extra_args": "script",
Expand Down

0 comments on commit ac35908

Please sign in to comment.