summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-05-13 18:15:17 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-05-13 18:18:22 +0200
commit7144c7c2a52158050373267e9ea44a0a0b960e54 (patch)
treefb1d7572bcc35de0a5d8b9212cb6e264ef0f0b1a /.github
parent1fa15fd49a563237cb7baa70d43d05cf51f87897 (diff)
put test back into normal CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/changes.yml21
-rw-r--r--.github/workflows/ci.yml17
2 files changed, 16 insertions, 22 deletions
diff --git a/.github/workflows/changes.yml b/.github/workflows/changes.yml
deleted file mode 100644
index c8dbe8c5..00000000
--- a/.github/workflows/changes.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-name: changestest
-
-on:
- push:
- branches: [ '*' ]
-
-jobs:
- log-test:
- name: Changelog Test
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@master
- - name: Extract release notes
- id: extract_release_notes
- uses: ffurrer2/extract-release-notes@v1
- with:
- release_notes_file: ./release-notes.txt
- - uses: actions/upload-artifact@v1
- with:
- name: release-notes
- path: ./release-notes.txt
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1db7aa5f..98882b0e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -60,4 +60,19 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1
with:
- token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file
+ token: ${{ secrets.GITHUB_TOKEN }}
+
+ log-test:
+ name: Changelog Test
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@master
+ - name: Extract release notes
+ id: extract_release_notes
+ uses: ffurrer2/extract-release-notes@v1
+ with:
+ release_notes_file: ./release-notes.txt
+ - uses: actions/upload-artifact@v1
+ with:
+ name: current-release-notes
+ path: ./release-notes.txt \ No newline at end of file