Skip to content

Commit

Permalink
ci: add workflow identification (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio authored Aug 20, 2020
1 parent ec2191d commit 8191781
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: CI tests

on: [pull_request]


env:
PRISMA_TELEMETRY_INFORMATION: "language-tools continuous-integration.yml"

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/patch-CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENVIRONMENT: ${{ secrets.ENVIRONMENT }}
PRISMA_TELEMETRY_INFORMATION: "language-tools patch-CLI.yml"

jobs:
setup:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/patch-extension-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENVIRONMENT: ${{ secrets.ENVIRONMENT }}
PRISMA_TELEMETRY_INFORMATION: "language-tools patch-extension-only.yml"

jobs:
setup:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-insider-check-CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENVIRONMENT: ${{ secrets.ENVIRONMENT }}
PRISMA_TELEMETRY_INFORMATION: "language-tools publish-insider-check-CLI.yml"

jobs:
setup:
Expand Down Expand Up @@ -217,4 +218,4 @@ jobs:
env:
SLACK_TITLE: "Published insider to Marketplace on new Prisma CLI version :white_check_mark:"
SLACK_COLOR: '#008000'


3 changes: 2 additions & 1 deletion .github/workflows/publish-insider-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENVIRONMENT: ${{ secrets.ENVIRONMENT }}
PRISMA_TELEMETRY_INFORMATION: "language-tools publish-insider-push-master.yml"

jobs:
setup:
Expand Down Expand Up @@ -210,4 +211,4 @@ jobs:
env:
SLACK_TITLE: "Published insider to marketplace on push to master :white_check_mark:"
SLACK_COLOR: '#008000'


3 changes: 2 additions & 1 deletion .github/workflows/publish-patch-branch-to-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENVIRONMENT: ${{ secrets.ENVIRONMENT }}
PRISMA_TELEMETRY_INFORMATION: "language-tools publish-patch-branch-to-stable.yml"

jobs:
setup:
Expand Down Expand Up @@ -190,4 +191,4 @@ jobs:
env:
SLACK_TITLE: "Published Stable Patch to marketplace :white_check_mark:"
SLACK_COLOR: '#008000'


3 changes: 2 additions & 1 deletion .github/workflows/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENVIRONMENT: ${{ secrets.ENVIRONMENT }}
PRISMA_TELEMETRY_INFORMATION: "language-tools publish-stable.yml"

jobs:
setup:
Expand Down Expand Up @@ -184,4 +185,4 @@ jobs:
env:
SLACK_TITLE: "Published stable to marketplace :white_check_mark:"
SLACK_COLOR: '#008000'


0 comments on commit 8191781

Please sign in to comment.