Skip to content

Commit 6e48ed5

Browse files
authored
Merge pull request #454 from fredrikhgrelland/release_0.8.0-redo
Release 0.8.0
2 parents f7f364e + 456de84 commit 6e48ed5

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.github/workflows/on_pr_master.yml

+1-18
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,6 @@ jobs:
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373

74-
pre_job:
75-
needs: linter
76-
# continue-on-error: true # Uncomment once integration is finished
77-
runs-on: ubuntu-latest
78-
# Map a step output to a job output
79-
outputs:
80-
should_skip: ${{ steps.skip_check.outputs.should_skip }}
81-
steps:
82-
- id: skip_check
83-
uses: fkirc/skip-duplicate-actions@master
84-
with:
85-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86-
paths_ignore: '["**/README.md"]'
87-
8874
build:
8975
needs: changes
9076
runs-on: macos-latest # Macos includes virtualbox and vagrant.
@@ -118,10 +104,7 @@ jobs:
118104
path: packer/output-hashistack/package.box
119105

120106
test:
121-
needs:
122-
- pre_job
123-
- build
124-
if: needs.pre_job.outputs.should_skip != 'true'
107+
needs: build
125108
runs-on: macos-latest
126109

127110
strategy:

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.8.0 UNRELEASED]
3+
## [0.8.0]
44

55
### Added
66
- Added skip-duplicate-runs #423

0 commit comments

Comments
 (0)