Skip to content

Commit

Permalink
chore: remove one level
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Oct 24, 2023
1 parent cbc4174 commit b74a8f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
type: string
required: false
default: 'VS Code Extensions'
runId:
type: string
required: false

jobs:
unit-tests:
Expand All @@ -26,10 +23,4 @@ jobs:
uses: ./.github/workflows/buildAll.yml
with:
branch: ${{ inputs.branch }}
label: ${{ inputs.label }}
e2e-tests:
if: ${{ inputs.branch == 'main' }}
needs: build-all
uses: ./.github/workflows/e2e.yml
with:
runId: ${{ inputs.runId }}
label: ${{ inputs.label }}
1 change: 0 additions & 1 deletion .github/workflows/testBuildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
branch: 'main'
label: ${{ needs.get-version.outputs.RELEASE_VERSION }}
runId: ${{ github.run_id }}
release:
needs: [build-and-test]
secrets: inherit
Expand Down

0 comments on commit b74a8f9

Please sign in to comment.