Skip to content

Commit

Permalink
chore: file and workflow/job naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Jan 15, 2024
1 parent f55eae7 commit d4b3205
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: stable
name: build
on:
pull_request:
merge_group:
Expand All @@ -7,8 +7,8 @@ on:
workflow_dispatch:

jobs:
build-stable:
uses: ./.github/workflows/build.yml
stable:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
coreos_version: stable
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: testing
name: build
on:
pull_request:
merge_group:
Expand All @@ -7,8 +7,8 @@ on:
workflow_dispatch:

jobs:
build-testing:
uses: ./.github/workflows/build.yml
testing:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
coreos_version: testing
File renamed without changes.

0 comments on commit d4b3205

Please sign in to comment.