Compare commits
1 Commits
yage/circl
...
v4.2.1
Author | SHA1 | Date | |
---|---|---|---|
74fe48cc4a |
@ -260,6 +260,13 @@ workflows:
|
|||||||
&only-publish-for-full-semver
|
&only-publish-for-full-semver
|
||||||
requires: [require-full-semver]
|
requires: [require-full-semver]
|
||||||
- aur-publish:
|
- aur-publish:
|
||||||
|
#
|
||||||
|
# there's a crazy-low-chance race-condition between this job and the GH Action '../.github/workflows/automatic-release.yaml'
|
||||||
|
# - automatic-release creates the release artifact, but takes no more than 15-30 seconds (current avg:16s max:26s)
|
||||||
|
# - this publish step requires the release artifact, but waits for all language-repository publishes to complete first (a few minutes at least)
|
||||||
|
#
|
||||||
|
# if something goes wrong, this step can be safely rerun after fixing the release artifact :)
|
||||||
|
#
|
||||||
context: [aur-yage]
|
context: [aur-yage]
|
||||||
requires:
|
requires:
|
||||||
- aur-test
|
- aur-test
|
||||||
|
Reference in New Issue
Block a user