Skip to content

Commit

Permalink
build: rename test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Aug 29, 2024
1 parent 8931be6 commit 11c1db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
strategy:
fail-fast: false
matrix:
test-def: [ { repo: "runtime-metamodel", workflowfile: "ci.yaml" },
{ repo: "gradleplugins", workflowfile: "test.yaml" },
test-def: [ { repo: "runtime-metamodel", workflowfile: "verify.yaml" },
{ repo: "gradleplugins", workflowfile: "verify.yaml" },
{ repo: "connector", workflowfile: "verify.yaml" },
{ repo: "identityhub", workflowfile: "verify.yaml" },
{ repo: "federatedcatalog", workflowfile: "verify.yaml" }]
Expand Down Expand Up @@ -95,4 +95,4 @@ jobs:
status: ${{ needs.Publish-Components.result == 'skipped' && 'Failure' || needs.Publish-Components.result }}
title: "Nightly Build"
description: "Build and publish ${{ needs.Determine-Version.outputs.VERSION }}"
username: GitHub Actions
username: GitHub Actions

0 comments on commit 11c1db6

Please sign in to comment.