Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
27 lines (27 loc) · 774 Bytes

File metadata and controls

27 lines (27 loc) · 774 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Managed by nicerobot/tools.repository (distribute-build)
name: actions
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "55 21 * * 1"
workflow_dispatch:
concurrency:
group: actions-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
actions:
# A scheduled run re-lints against the floating ci/actions@v2 image with no push;
# distribute substitutes the per-repo cron above. Skip forks (no-op for push/PR).
if: github.event_name != 'schedule' || github.event.repository.fork == false
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: nicerobot/tools.build/ci/actions@v2
Morty Proxy This is a proxified and sanitized view of the page, visit original site.