{"id":24492028,"url":"https://github.com/jensdll/should-run","last_synced_at":"2026-05-17T12:33:41.184Z","repository":{"id":43291268,"uuid":"458657832","full_name":"JensDll/should-run","owner":"JensDll","description":"Reuseable workflow to only run jobs on projects that have changed","archived":false,"fork":false,"pushed_at":"2022-10-12T21:57:04.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T02:44:23.054Z","etag":null,"topics":["github-actions","workflow","workflow-reusable"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JensDll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-12T22:50:24.000Z","updated_at":"2023-05-16T14:58:55.000Z","dependencies_parsed_at":"2023-01-19T23:45:09.379Z","dependency_job_id":null,"html_url":"https://github.com/JensDll/should-run","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JensDll/should-run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JensDll%2Fshould-run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JensDll%2Fshould-run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JensDll%2Fshould-run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JensDll%2Fshould-run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JensDll","download_url":"https://codeload.github.com/JensDll/should-run/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JensDll%2Fshould-run/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33138407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","workflow","workflow-reusable"],"created_at":"2025-01-21T18:31:42.485Z","updated_at":"2026-05-17T12:33:41.158Z","avatar_url":"https://github.com/JensDll.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reuseable should run workflow\n\nOnly run jobs in projects that have changed. Useful for monorepo workflows. See [`./.github/workflows/main.yaml`](./.github/workflows/main.yaml) for the implementation.\n\n## Usage\n\n```yaml\njobs:\n  should-run:\n    uses: JensDll/should-run/.github/workflows/main.yaml@main\n    with:\n      # A list of projects to match against as full paths.\n      # Required: true\n      projects: services/web services/api services/db\n      # Filter to use on git diff.\n      # Required: false\n      # Default: ''\n      diff_filter: d\n\n  web:\n    if: fromJSON(needs.should-run.outputs.result)['services/web'] == 'true'\n    runs-on: ubuntu-latest\n    needs: should-run\n    steps:\n      - run: echo \"Hello web\"\n\n  api:\n    if: fromJSON(needs.should-run.outputs.result)['services/api'] == 'true'\n    runs-on: ubuntu-latest\n    needs: should-run\n    steps:\n      - run: echo \"Hello api\"\n\n  db:\n    if: fromJSON(needs.should-run.outputs.result)['services/db'] == 'true'\n    runs-on: ubuntu-latest\n    needs: should-run\n    steps:\n      - run: echo \"Hello db\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjensdll%2Fshould-run","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjensdll%2Fshould-run","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjensdll%2Fshould-run/lists"}