Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update jobs names to make shorter #295

Merged
merged 2 commits into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/github-sync-main-sigstore-conformance.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: GitHub Sync Update for sigstore org
name: sync-changes

on:
push:
branches:
- main
paths:
- 'github-sync/github-data/sigstore/*.yaml'
- 'github-sync/Pulumi.github-prod.yaml'
- 'github-sync/github-data/sigstore-conformance/*.yaml'
- 'github-sync/Pulumi.github-sigstore-conformance.yaml'

env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_OWNER: sigstore-conformance

jobs:
Update:
name: Update sigstore org
name: sync-changes-sigstore-conformance
runs-on: ubuntu-latest

steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/github-sync-main-sigstore.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: GitHub Sync Update for sigstore org
name: sync-changes

on:
push:
branches:
- main
paths:
- 'github-sync/github-data/sigstore-conformance/*.yaml'
- 'github-sync/Pulumi.github-sigstore-conformance.yaml'
- 'github-sync/github-data/sigstore/*.yaml'
- 'github-sync/Pulumi.github-prod.yaml'

env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_OWNER: sigstore

jobs:
Update:
name: Update sigstore org
name: sync-changes-sigstore
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-sync-pr-sigstore-conformance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview Pulimi changes for sigstore org on Pull Request
name: preview-changes

on:
pull_request_target:
Expand All @@ -14,7 +14,7 @@ env:

jobs:
preview:
name: Preview Pulimi changes for sigstore org
name: changes-sigstore-conformance
runs-on: ubuntu-latest

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-sync-pr-sigstore.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview Pulimi changes for sigstore org on Pull Request
name: preview-changes

on:
pull_request_target:
Expand All @@ -14,7 +14,7 @@ env:

jobs:
preview:
name: Preview Pulimi changes for sigstore org
name: changes-sigstore
runs-on: ubuntu-latest

permissions:
Expand Down