Workaround for TZ being ignored by using EBCDIC localtime_r #188
Workflow file for this run
This file contains hidden or 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
name: Build and Test | |
permissions: | |
contents: write | |
statuses: write | |
actions: read | |
on: | |
issue_comment: | |
types: | |
- created | |
pull_request_target: | |
types: [opened, synchronize, reopened] | |
paths-ignore: | |
- 'cicd*.groovy' | |
- '**/LICENSE' | |
- 'README.md' | |
workflow_dispatch: | |
jobs: | |
build-and-test: | |
if: (github.event.issue.pull_request && contains(github.event.comment.body, '/run tests')) || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request_target' | |
uses: zopencommunity/meta/.github/workflows/build_and_test.yml@main | |
secrets: inherit |