Skip to content

Commit

Permalink
remove dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Jan 27, 2025
1 parent 29416e2 commit dcdef6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 32 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/check_cla.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Workflow to check if a user is eligible to contribute or needs to sign the CLA
# triggered on all repositories via rulesets

name: CLA Check Reusable Workflow
name: CLA Check Ruleset

on:
workflow_call:

# because the cla workflow will run on worflows generated from forks, they do not have access to secrets
# pull_request_target only runs the workflow on the master branch but allows access to secrets
pull_request_target:
branches:
- 'master'
- 'main'
merge_group:
jobs:
check-membership:
uses: dfinity/public-workflows/.github/workflows/check_membership.yml@main
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/check_cla_dev.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/check_cla_ruleset.yml

This file was deleted.

0 comments on commit dcdef6d

Please sign in to comment.