Skip to content

Commit

Permalink
add skipBuildTagsForGitHubPullRequests for extensions (#2779)
Browse files Browse the repository at this point in the history
  • Loading branch information
satvu authored Oct 14, 2024
1 parent 9f278fa commit 52594e0
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.CosmosDB/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.EventGrid/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.EventHubs/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.Http/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.Kafka/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.RabbitMQ/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.Rpc/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.SendGrid/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.ServiceBus/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.Storage/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.Tables/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.Timer/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down
4 changes: 4 additions & 0 deletions extensions/Worker.Extensions.Warmup/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ extends:
image: 1es-windows-2022
os: windows

settings:
# PR's from forks do not have sufficient permissions to set tags.
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}

stages:
- stage: Test

Expand Down

0 comments on commit 52594e0

Please sign in to comment.