Skip to content

Commit

Permalink
Don't need to specify working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 1, 2024
1 parent b735dfe commit 2600c62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build_multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
build_amd64:
if: "${{ inputs.ruby_version }} && !'nightly' == ${{ inputs.ruby_version }}"

defaults:
run:
working-directory: "~/repo"

runs-on: ubuntu-latest

env:
Expand Down Expand Up @@ -84,10 +80,6 @@ jobs:
build_arm64:
if: "${{ inputs.ruby_version }} && !'nightly' == ${{ inputs.ruby_version }}"

defaults:
run:
working-directory: "~/repo"

runs-on: ubuntu-latest

env:
Expand Down Expand Up @@ -147,10 +139,6 @@ jobs:
deploy_multiarch:
if: "${{ inputs.ruby_version }} && !'nightly' == ${{ inputs.ruby_version }}"

defaults:
run:
working-directory: "~/repo"

runs-on: ubuntu-latest

needs:
Expand Down Expand Up @@ -213,10 +201,6 @@ jobs:
deploy_multiarch_ghcr:
if: "${{ inputs.ruby_version }} && !'nightly' == ${{ inputs.ruby_version }}"

defaults:
run:
working-directory: "~/repo"

runs-on: ubuntu-latest

needs:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ env:

jobs:
build_jammy:
defaults:
run:
working-directory: "~/repo"

runs-on: ubuntu-latest

Expand Down Expand Up @@ -76,9 +73,6 @@ jobs:
push_tags: "${{ env.push_tags }}"

build_focal:
defaults:
run:
working-directory: "~/repo"

runs-on: ubuntu-latest

Expand Down Expand Up @@ -136,10 +130,6 @@ jobs:
build_debug_jammy:
if: "'nightly' == '${{ inputs.ruby_version }}'"

defaults:
run:
working-directory: "~/repo"

runs-on: ubuntu-latest

env:
Expand Down

0 comments on commit 2600c62

Please sign in to comment.