remove unused configure step

This commit is contained in:
Aaron Reisman 2024-10-22 00:36:29 -05:00
parent 2bdcc221f5
commit 011efe3676

View File

@ -21,15 +21,8 @@ on:
required: true required: true
jobs: jobs:
configure:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
build_and_push: build_and_push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: configure
strategy: strategy:
# Prevent a failure in one image from stopping the other builds # Prevent a failure in one image from stopping the other builds
fail-fast: false fail-fast: false