Skip to content

Commit

Permalink
Temporarily commenting out validate-nuget-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
barthamark committed Feb 14, 2025
1 parent 51e7b3a commit 0119da2
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/validate-nuget-publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
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
# Temporarily commented out until making it a fully compliant OSS module.
## 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

0 comments on commit 0119da2

Please sign in to comment.