Skip to content

Commit

Permalink
Merge pull request #7 from pelias/ci-uniformity
Browse files Browse the repository at this point in the history
CI: Update GitHub Actions config for uniformity
  • Loading branch information
orangejulius authored Jul 16, 2023
2 parents b02f6f1 + b548e71 commit d648367
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Continuous Integration
on: push
jobs:
build-docker-images:
# run this job if the unit tests passed and the npm-publish job was a success or was skipped
# note: github actions won't run a job if you don't call one of the status check functions, so `always()` is called since it evalutes to `true`
runs-on: ubuntu-20.04
runs-on: ${{ vars.UBUNTU_VERSION }}
steps:
- uses: actions/checkout@v2
- name: Build Docker images
Expand Down

0 comments on commit d648367

Please sign in to comment.