Summary
Jobs
validation
GitHub context
Dependency info
Build coatjava
Configuration files
Event generation (e_K)
Event generation (e_KC)
Event generation (e_n)
Event generation (e_g)
Event generation (e_nC)
Event generation (eFT_K)
Event generation (e_gFT)
Run (e_K, clas12-default)
Run (e_K, rga_spring2018)
Run (e_K, rga_fall2018)
Run (e_K, rgk_fall2018_FTOn)
Run (e_K, rgb_fall2019)
Run (e_K, rgc_summer2022)
Run (e_KC, clas12-default)
Run (e_KC, rga_spring2018)
Run (e_KC, rga_fall2018)
Run (e_KC, rgk_fall2018_FTOn)
Run (e_KC, rgb_fall2019)
Run (e_KC, rgc_summer2022)
Run (e_n, clas12-default)
Run (e_n, rga_spring2018)
Run (e_n, rga_fall2018)
Run (e_n, rgk_fall2018_FTOn)
Run (e_n, rgb_fall2019)
Run (e_n, rgc_summer2022)
Run (e_g, clas12-default)
Run (e_g, rga_spring2018)
Run (e_g, rga_fall2018)
Run (e_g, rgk_fall2018_FTOn)
Run (e_g, rgb_fall2019)
Run (e_g, rgc_summer2022)
Run (e_nC, clas12-default)
Run (e_nC, rga_spring2018)
Run (e_nC, rga_fall2018)
Run (e_nC, rgk_fall2018_FTOn)
Run (e_nC, rgb_fall2019)
Run (e_nC, rgc_summer2022)
Run (eFT_K, clas12-default)
Run (eFT_K, rga_spring2018)
Run (eFT_K, rga_fall2018)
Run (eFT_K, rgk_fall2018_FTOn)
Run (eFT_K, rgb_fall2019)
Run (eFT_K, rgc_summer2022)
Run (e_gFT, clas12-default)
Run (e_gFT, rga_spring2018)
Run (e_gFT, rga_fall2018)
Run (e_gFT, rgk_fall2018_FTOn)
Run (e_gFT, rgb_fall2019)
Run (e_gFT, rgc_summer2022)
Report efficiency
Report multiplicity
Issue bot
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: Scheduled Test
on:
schedule:
# Wednesday and Saturday at 0830Z
- cron: '30 8 * * 3,6'
jobs:
validation:
uses: ./.github/workflows/ci.yml
with:
num_events: 1000
matrix_evgen: >-
[
"e_K",
"e_KC",
"e_n",
"e_g",
"e_nC",
"eFT_K",
"e_gFT"
]
matrix_config: >-
[
"clas12-default",
"rga_spring2018",
"rga_fall2018",
"rgk_fall2018_FTOn",
"rgb_fall2019",
"rgc_summer2022"
]
issue_bot:
name: Issue bot
if: ${{ github.event_name == 'schedule' && ( cancelled() || failure() ) }}
runs-on: ubuntu-latest
needs: [ validation ]
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
- uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_URL: ${{ github.event.repository.html_url }}
RUN_ID: ${{ github.run_id }}
with:
filename: .github/scheduled-issue.md
You can’t perform that action at this time.