Skip to content

Commit dd98f8f

Browse files
committed
build: add nightly workflow
1 parent 51deddc commit dd98f8f

3 files changed

Lines changed: 17 additions & 25 deletions

File tree

.github/workflows/nightly.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/nightly.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Nightly Build
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
8+
Run-Tests:
9+
uses: ./.github/workflows/verify.yaml
10+
secrets: inherit
11+
12+
Publish:
13+
if: always()
14+
needs: [ Run-Tests ]
15+
uses: eclipse-edc/.github/.github/workflows/nightly.yml@main
16+
secrets: inherit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<br>
88
[![build](https://img.shields.io/github/actions/workflow/status/eclipse-edc/Technology-Aws/verify.yaml?branch=main&logo=GitHub&style=flat-square&label=ci)](https://github.com/eclipse-edc/Technology-Aws/actions/workflows/verify.yaml?query=branch%3Amain)
99
[![snapshot build](https://img.shields.io/github/actions/workflow/status/eclipse-edc/Technology-Aws/trigger_snapshot.yml?branch=main&logo=GitHub&style=flat-square&label=snapshot-build)](https://github.com/eclipse-edc/Technology-Aws/actions/workflows/trigger_snapshot.yml)
10-
[![nightly build](https://img.shields.io/github/actions/workflow/status/eclipse-edc/Technology-Aws/nightly.yaml?branch=main&logo=GitHub&style=flat-square&label=nightly-build)](https://github.com/eclipse-edc/Technology-Aws/actions/workflows/nightly.yaml)
10+
[![nightly build](https://img.shields.io/github/actions/workflow/status/eclipse-edc/Technology-Aws/nightly.yml?branch=main&logo=GitHub&style=flat-square&label=nightly-build)](https://github.com/eclipse-edc/Technology-Aws/actions/workflows/nightly.yml)
1111

1212
---
1313

0 commit comments

Comments
 (0)