Skip to content

Commit

Permalink
fix: remove checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham committed Aug 1, 2024
1 parent 51e5d0c commit 3fa7a0e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/trigger-multiple-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
'coordinator-v1.0.0'
]
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: check path
run: |
ls -la
# - name: Checkout code
# uses: actions/checkout@v4
#
# - name: check path
# run: |
# ls -la

- name: Trigger existing workflow
uses: /.github/workflows/push-to-r2.yaml
uses: ./.github/workflows/push-to-r2.yaml
with:
tag: ${{ matrix.tag }}

0 comments on commit 3fa7a0e

Please sign in to comment.