Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 1, 2022
1 parent d3b802a commit a83078b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/.keepalive
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2022-04-01T02:30:30.737Z
2 changes: 1 addition & 1 deletion .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#/

# Workflow name:
name: Cancel Workflow Runs
name: cancel

# Workflow triggers:
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#/

# Workflow name:
name: Publish Package
name: publish

# Workflow triggers:
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#/

# Workflow name:
name: build
name: test

# Workflow triggers:
on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
#/

# Workflow name:
name: Test Loading Bundles
name: test_bundles

# Workflow triggers:
on:
workflow_run:
workflows: ["bundle"]
workflows: ["test"]
types: [completed]
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
#/

# Workflow name:
name: coverage
name: test_coverage

# Workflow triggers:
on:
workflow_run:
workflows: ["build"]
workflows: ["test"]
types: [completed]
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
#/

# Workflow name:
name: Test Installing Dependencies
name: test_install

# Workflow triggers:
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 1 * * 6'
workflow_run:
workflows: ["Publish Package"]
workflows: ["publish"]
types: [completed]
workflow_dispatch:

Expand Down

0 comments on commit a83078b

Please sign in to comment.