Skip to content

Commit

Permalink
chore: remove self hosted runner from action
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt committed May 1, 2022
1 parent 2e6c1c1 commit 0887247
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
schedule:
- cron: '0 0 * * *'

concurrency:
group: scan-${{ github.ref }}
cancel-in-progress: true

jobs:
analyze:
name: Analyze
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
RUBY_VER: 2.6

concurrency:
group: ${{ github.ref }}
group: ci/cd-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, [self-hosted, macOS]]
os: [ubuntu-latest, macos-latest]
outputs:
release: ${{ steps.check_version_bump.outputs.release_type != '' }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cocoapods-embed-flutter
# CocoaPods Embed Flutter

[![CI/CD](https://github.com/DartBuild/cocoapods-embed-flutter/actions/workflows/main.yml/badge.svg?branch=main&event=push)](https://github.com/DartBuild/cocoapods-embed-flutter/actions/workflows/main.yml)
[![Gem Version](https://badge.fury.io/rb/cocoapods-embed-flutter.svg)](http://badge.fury.io/rb/cocoapods-embed-flutter)
Expand Down

0 comments on commit 0887247

Please sign in to comment.