oncall-engine/.github/workflows
Joey Orlando e7eefe68e0
Allow e2e tests GitHub Actions job to run for PRs from external forks (#4024)
# What this PR does

Allow e2e tests GitHub Actions job to run for PRs from external forks.
At the moment they are not allowed to run because PRs from external
forks are not allowed to access secrets in this repository. The secrets
accessed by the e2e tests are _really_ only required by the
daily/"expensive" e2e tests.

[Example PR](https://github.com/grafana/oncall/pull/3992) from external
fork where e2e tests fail ([CI
job](https://github.com/grafana/oncall/actions/runs/8175205794?pr=3992)):
<img width="1110" alt="Screenshot 2024-03-06 at 11 58 05"
src="https://github.com/grafana/oncall/assets/9406895/00ca97c2-0740-4e3e-9a03-7e92f20b69e6">


## Which issue(s) this PR closes

N/A

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-03-06 18:20:55 +00:00
..
daily-e2e-tests.yml Fix daily e2e tests GitHub Actions cron job (#3923) 2024-02-27 09:21:53 -05:00
e2e-tests.yml Allow e2e tests GitHub Actions job to run for PRs from external forks (#4024) 2024-03-06 18:20:55 +00:00
helm_release.yml configure yamllint pre-commit step (#2728) 2023-08-03 02:35:08 -04:00
helm_release_pr.yml configure yamllint pre-commit step (#2728) 2023-08-03 02:35:08 -04:00
issue_commands.yml configure yamllint pre-commit step (#2728) 2023-08-03 02:35:08 -04:00
linting-and-tests.yml Allow e2e tests GitHub Actions job to run for PRs from external forks (#4024) 2024-03-06 18:20:55 +00:00
on-issue-creation.yml update PR template + change assigned label on issue creation (#4020) 2024-03-06 12:08:41 +00:00
publish-technical-documentation-next.yml fix documentation CI job yaml formatting issue 2023-08-17 11:07:36 +02:00
publish-technical-documentation-release.yml remove extraneous double quote 2023-08-17 11:19:05 +02:00
snyk.yml Revert "upgrade to Python 3.12 (#3456)" and "bump uwsgi version to latest #3466" (#3483) 2023-12-01 09:56:26 -05:00
triage-stale-pull-requests.yml Add GitHub action cron job to triage stale GH issues (#3209) 2023-11-07 13:46:37 -05:00
update-make-docs.yml Update make docs procedure (#3265) 2023-11-06 10:09:09 +00:00
verify-public-docs-updated.yml configure yamllint pre-commit step (#2728) 2023-08-03 02:35:08 -04:00
verify-release-label-added.yml Allow e2e tests GitHub Actions job to run for PRs from external forks (#4024) 2024-03-06 18:20:55 +00:00