We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 831d929 + d9e67fd commit 17f61d2Copy full SHA for 17f61d2
.github/workflows/ci.yml
@@ -1,5 +1,19 @@
1
name: CI
2
-on: [push, pull_request]
+concurrency:
3
+ group: "${{github.workflow}}-${{github.ref}}"
4
+ cancel-in-progress: true
5
+on:
6
+ workflow_dispatch:
7
+ push:
8
+ branches:
9
+ - main
10
+ tags:
11
+ - v*.*.*
12
+ pull_request:
13
+ types: [opened, synchronize]
14
15
+ - '*'
16
+
17
jobs:
18
tests:
19
runs-on: ubuntu-latest
.github/workflows/gem-install.yml
name: Native Gems
package:
strategy:
0 commit comments