Skip to content

Commit

Permalink
Removed intellicode
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Jun 23, 2023
1 parent faa6d94 commit 3bbdab3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ jobs:
release_github:
needs: [
generate_version_number,
intellicode,
build_windows_consoleapp,
build_windows,
build_linux,
Expand Down Expand Up @@ -474,7 +473,7 @@ jobs:


release_nuget:
needs: [generate_version_number, intellicode, build_windows, build_linux, build_docker]
needs: [generate_version_number, build_windows, build_linux, build_docker]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit 3bbdab3

Please sign in to comment.