Skip to content

Commit

Permalink
Revert "Add names"
Browse files Browse the repository at this point in the history
This reverts commit a7ba8b5.
  • Loading branch information
lpugin committed Oct 18, 2024
1 parent a7ba8b5 commit 839d747
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:

# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/cache@v3
- name: Install gems using cache
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}-v2
Expand All @@ -44,19 +43,16 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Checkout guidelines
with:
repository: ${{ env.MUSCAT_GUIDELINES_REPO }}
path: ${{ env.MUSCAT_GUIDELINES_PATH }}

- uses: actions/checkout@v4
- name: Checkout muscat
with:
repository: ${{ env.MUSCAT_REPO }}
path: ${{ env.MUSCAT_PATH }}

- uses: actions/checkout@v4
- name: Checkout translations
with:
repository: ${{ env.TRANSLATIONS_REPO }}
path: ${{ env.TRANSLATIONS_PATH }}
Expand Down

0 comments on commit 839d747

Please sign in to comment.