Skip to content

Commit

Permalink
Update script names to be more in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Jul 29, 2024
1 parent 82e791d commit a4f9ee0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add_hed_ids.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:


jobs:
manage-branch:
create-hed-ids-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_and_convert_schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:


jobs:
check_changes:
update-schemas-with-changes:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["*"]

jobs:
process-changed-files:
validate-schemas:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_source_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:


jobs:
print_branch_name:
verify-source-branch:
runs-on: ubuntu-latest
env:
BRANCH_NAME: ${{ github.head_ref }} # Set the variables used by the verify_branch script
Expand Down

0 comments on commit a4f9ee0

Please sign in to comment.