Skip to content

Commit 58b50fd

Browse files
authored
Merge pull request #18 from EESSI/ocaisa-patch-1
Fix sha in tag CI
2 parents 9f448ad + 2bac267 commit 58b50fd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/create_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
tag: v0.1.0
2222
- run: |
2323
# Make sure the tagger is what we expect
24-
echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d1 tagger.linux"|sha256sum --check --status
24+
echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d2 tagger.linux"|sha256sum --check --status
2525
- run: |
2626
chmod +x $GITHUB_WORKSPACE/tagger.linux
2727
$GITHUB_WORKSPACE/tagger.linux move -s -p 'v' ${RELEASE_TAG##*/}

.github/workflows/macos.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: macOS-placeholder
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
39
# Declare default permissions as read only.
410
permissions: read-all
511
jobs:

0 commit comments

Comments
 (0)