-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Branch commit log: misc/mkassets.sh: run checks and UI tests misc/Makefile.mk: pass jobserver to mkassets .github/workflows/testing.yml: skip IRC job if nektos/act set env.ACT doc/poxy.sh: test $GITHUB_ACTIONS for CI setup Signed-off-by: Tim Janik <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,8 +106,8 @@ jobs: | |
make branch-check BRANCH_CHECK_EXIT=$BRANCH_CHECK_EXIT | ||
Ping-IRC: | ||
if: ${{ always() }} | ||
needs: [FocalAssets, UploadDocs, ArchReplay, FocalClangTidy] | ||
if: ${{ always() && !env.ACT }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- { uses: actions/[email protected], with: { fetch-depth: 0 } } # Fix actions/checkout#290 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,7 +197,7 @@ $UPLOAD && { | |
rm -rf poxy/iodocs/ | ||
( | ||
# Support for CI uploads | ||
test -z "`git config user.email`" && { | ||
test -n "$GITHUB_ACTIONS" && { | ||
export GIT_AUTHOR_EMAIL="[email protected]" GIT_AUTHOR_NAME="Anklang CI Action" # "github.com/tim-janik/anklang/actions/" | ||
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" | ||
GIT_SSH_COMMAND="ssh -o BatchMode=yes -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters