Skip to content

Commit

Permalink
chore: revert back to "ubuntu-latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Nov 22, 2023
1 parent a85410a commit e344614
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'main'
jobs:
check:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
suite: ['base', 'main:suite-1', 'main:suite-2', 'fiori']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Latest Playground [manual]
name: Deploy Latest Playground [on push]

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues-close.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Close Stale Issues [auto]
name: GitHub Issues - auto-close stale issues

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues-handling.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto-comment On GitHub Issues [WIP]
name: GitHub Issues - auto-comment on issues [WIP]

on: workflow_dispatch

Expand Down

0 comments on commit e344614

Please sign in to comment.