Commit ef39af3
committed
[WIP] ci: Disable uploading cached source files on pull request
The pull request CI now uses the `pull_request` event type instead of
the `pull_request_target` event type, and therefore no longer has access
to the repository secrets.
The `cache-sdk` S3 bucket is now public read-only and may be downloaded
without an AWS credential. The cache upload is only done in non-pull
request CI runs (mainly, on push).
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>1 parent f37c0c5 commit ef39af3
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
| 601 | + | |
601 | 602 | | |
602 | 603 | | |
603 | 604 | | |
| |||
614 | 615 | | |
615 | 616 | | |
616 | 617 | | |
617 | | - | |
| 618 | + | |
618 | 619 | | |
619 | 620 | | |
620 | 621 | | |
| |||
773 | 774 | | |
774 | 775 | | |
775 | 776 | | |
| 777 | + | |
776 | 778 | | |
777 | 779 | | |
778 | 780 | | |
| |||
1059 | 1061 | | |
1060 | 1062 | | |
1061 | 1063 | | |
| 1064 | + | |
1062 | 1065 | | |
1063 | 1066 | | |
1064 | 1067 | | |
| |||
1077 | 1080 | | |
1078 | 1081 | | |
1079 | 1082 | | |
1080 | | - | |
| 1083 | + | |
1081 | 1084 | | |
1082 | 1085 | | |
1083 | 1086 | | |
| |||
1227 | 1230 | | |
1228 | 1231 | | |
1229 | 1232 | | |
1230 | | - | |
| 1233 | + | |
1231 | 1234 | | |
1232 | 1235 | | |
1233 | 1236 | | |
| |||
0 commit comments