Skip to content

Commit

Permalink
Update pants.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felickz authored Jul 29, 2024
1 parent 7b047c5 commit 0f718cd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ name: Pants
on: [push, pull_request]

jobs:
# org-check:
# name: Check GitHub Organization
# if: ${{ github.repository_owner == 'pantsbuild' }}
# runs-on: ubuntu-20.04
# steps:
# - name: Noop
# run: "true"
org-check:
name: Check GitHub Organization
#if: ${{ github.repository_owner == 'pantsbuild' }}
runs-on: ubuntu-20.04
steps:
- name: Noop
run: "true"
build:
name: Perform CI Checks
needs: org-check
Expand Down

0 comments on commit 0f718cd

Please sign in to comment.