Skip to content

Commit

Permalink
Remove build environment for deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Abrahão <[email protected]>
  • Loading branch information
patrickpa committed May 24, 2024
1 parent 42f15f6 commit ff07cf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-on-change-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ on:
jobs:
build-linux:
runs-on: ubuntu-22.04
environment: Build
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-on-change-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ on:
jobs:
build-windows:
runs-on: windows-2019
environment: Build
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit ff07cf7

Please sign in to comment.