Skip to content

Commit

Permalink
refactor: checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 committed Jan 23, 2024
1 parent 87f6e0a commit ad979c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-and-release-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:
labels: [ self-hosted, linux, x64 ]
group: heavy
steps:
- name: clone repo
uses: actions/checkout@v3

- name: pr
if: github.event_name == 'pull_request'
uses: ./.github/workflows/pr-container-composite.yaml
Expand Down

0 comments on commit ad979c6

Please sign in to comment.