Skip to content

Commit

Permalink
Per #2760, add in job_control job to define the environment #ci-skip-all
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Dec 15, 2023
1 parent 140a77d commit 0b2a100
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/compilation_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,26 @@ on:

jobs:

job_control:
name: Determine which jobs to run
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set job controls
id: job_status
run: .github/jobs/set_job_controls.sh
env:
commit_msg: ${{ github.event.head_commit.message }}
force_tests: ${{ github.event.inputs.force_tests }}

outputs:
met_base_repo: ${{ steps.job_status.outputs.met_base_repo }}
met_base_tag: ${{ steps.job_status.outputs.met_base_tag }}
branch_name: ${{ steps.job_status.outputs.branch_name }}

compile:
name: Compile MET enable options
name: Config Opts
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 0b2a100

Please sign in to comment.