ENT-10623: Marked 30_custom_promise_types/24_expireafter as flakey fail for aarch64 debian_11 #550
Workflow file for this run
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
name: Continuous Integration | |
on: | |
# run this workflow on pull_request activity | |
# this includes opening and pushing more commits | |
pull_request: | |
branches: [ master, 3.21.x, 3.18.x ] | |
jobs: | |
style_check: | |
uses: ./.github/workflows/style_check.yml | |
tests: | |
needs: style_check | |
uses: ./.github/workflows/tests.yml | |
valgrind: | |
needs: style_check | |
uses: ./.github/workflows/valgrind.yml |