diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9cd8abef..6476f031 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,12 +5,7 @@ on: branches: [main] jobs: - call-ruby-tests: - name: Ruby Tests - uses: ./.github/workflows/ruby-tests.yml - secrets: inherit call-fly: name: Fly - needs: call-ruby-tests uses: ./.github/workflows/fly.yml secrets: inherit