Skip to content

Commit

Permalink
Does compose still work in ubuntu-latest?
Browse files Browse the repository at this point in the history
  • Loading branch information
crummy committed Apr 2, 2024
1 parent 3e5ba75 commit 3f299b9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
on:
workflow_dispatch:
inputs:
environment:
type: string
required: true
push:
workflow_call:
inputs:
environment:
type: string
required: true

jobs:
auto-deploy:
uses: ./.github/workflows/deploy.yml@main
with:
environment: pre-release

check-docker-compose:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f299b9

Please sign in to comment.