From 791c39469186521c065cb87a53d7d729b01e5bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 5 Nov 2024 13:52:44 +0100 Subject: [PATCH] Revert "Adding Validate NuGet Publish workflow, adding missing job names" This reverts commit 683eee17c1c648eaffb2f2765cb85993af459b24. --- .github/workflows/publish-nuget.yml | 1 - .github/workflows/validate-nuget-publish.yml | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 .github/workflows/validate-nuget-publish.yml diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index ac5c173..fb7c654 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -7,7 +7,6 @@ on: jobs: publish-nuget: - name: Publish to NuGet uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev with: # Don't generate any symbol package because we're not including the Lombiq.Analyzers.dll in the NuGet package diff --git a/.github/workflows/validate-nuget-publish.yml b/.github/workflows/validate-nuget-publish.yml deleted file mode 100644 index 9f8979c..0000000 --- a/.github/workflows/validate-nuget-publish.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Validate NuGet Publish - -on: - pull_request: - push: - branches: - - dev - -jobs: - validate-nuget-publish: - name: Validate NuGet Publish - uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@dev