We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52f2ae commit 8fb1c92Copy full SHA for 8fb1c92
.github/workflows/build-and-test.yml
@@ -27,6 +27,9 @@ jobs:
27
run: dzil stale | xargs cpm install -g --show-build-log-on-failure
28
- name: Build
29
run: dzil build --no-tgz --in dzil_build_dir
30
+ - name: Maybe skip Changes test
31
+ if: github.ref == 'refs/heads/master'
32
+ run: rm dzil_build_dir/xt/release/changes_has_content.t
33
- uses: actions/upload-artifact@master
34
with:
35
name: build_dir
0 commit comments