Skip to content

Commit

Permalink
[gh] checkout first
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall committed Feb 24, 2024
1 parent 8888401 commit 7a038dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

# Call setup_env workflow to setup workspace
- uses: ./.github/workflows/setup_env.yml

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

# Call setup_env workflow to setup workspace
- uses: ./.github/workflows/setup_env.yml

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/setup_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

# Setup the Java environment.
- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 7a038dd

Please sign in to comment.