Skip to content

Commit

Permalink
Add pr workflow to main branch to register it
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 16, 2025
1 parent 8968ab3 commit c450d8e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: pr

on:
push

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
style:
runs-on: ubuntu-latest
container:
image: rapidsai/ci-conda:latest
steps:
- name: Test workflow existence
run: echo "Workflow exists"

0 comments on commit c450d8e

Please sign in to comment.