Skip to content

Commit

Permalink
add new workflow trying to trigger ALCF CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Feb 7, 2024
1 parent 67173be commit afa8807
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/end_to_end_regression_polaris.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: End-to-end Testing (regression) Polaris

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
trigger_alcf_polaris_regression_ci:
runs-on: ubuntu-latest
steps:
- uses: eic/trigger-gitlab-ci@v1
with:
url: https://gitlab-ci.alcf.anl.gov
project_id: 121
token: ${{ secrets.ALCF_GITLAB_CI_TOKEN }}

0 comments on commit afa8807

Please sign in to comment.