Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Jan 9, 2025
1 parent 757ac9d commit c5fb54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: echo "All nix files passed format check"

start_codebuild_script:
name: check stard_codebuild.sh is up-to-date
name: check start_codebuild.sh is up-to-date
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -148,7 +148,7 @@ jobs:
- name: Parse builds from Github
id: github_builds
run: |
cat "${{ steps.get_statuses.outputs.data }}" \
echo "${{ steps.get_statuses.outputs.data }}" \
| jq '.[] | .description' \
| sort -u | grep "started for project" \
| sed -r "s/^.*?started for project (.*?)\"$/\1/" >> "$GITHUB_OUTPUT"
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/validate_ci.yml

This file was deleted.

0 comments on commit c5fb54a

Please sign in to comment.