Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit d467acc

Browse files
authored
Merge pull request #2289 from atom/actions-upgrade
Actions upgrade
2 parents f7be990 + 662734c commit d467acc

File tree

2 files changed

+14
-42
lines changed

2 files changed

+14
-42
lines changed

.github/main.workflow

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/schedule.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
schedule:
3+
- cron: 0 1 * * 4
4+
name: GraphQL schema update
5+
jobs:
6+
updateSchema:
7+
name: Update schema
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@master
11+
- name: Update schema
12+
uses: ./actions/schema-up
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)