Skip to content

Commit

Permalink
Revert "Force jobs to check out latest commit"
Browse files Browse the repository at this point in the history
This reverts commit 637afbb.

Yeah this didn't work.
  • Loading branch information
jgarber623 committed Apr 19, 2024
1 parent 637afbb commit 9abf517
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/audit-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Merge main branch and push changes
if: ${{ github.event.inputs.merge-main == 'true' }}
run: |
Expand All @@ -47,8 +45,6 @@ jobs:
environment: production
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- uses: docker/setup-buildx-action@v3
- uses: google-github-actions/auth@v2
id: gcloud-auth
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- uses: actions/setup-node@v4
with:
node-version: lts/iron
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down

0 comments on commit 9abf517

Please sign in to comment.