File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Rust-Build
1+ name : Build Package CI
2+
23on :
34 push :
4- branches :
5- - main
5+ branches : [main]
66 pull_request :
7- types : [opened, synchronize, reopened]
7+ types : [opened, synchronize, opened]
8+ workflow_dispatch :
9+ inputs :
10+ beta_release :
11+ description : Create beta release
12+ type : boolean
13+ default : false
14+ required : false
15+
16+ env :
17+ NODE_VERSION : " 22"
18+
19+ concurrency :
20+ group : ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && 'main' || github.head_ref }}
21+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
822
923jobs :
24+ optimize_ci :
25+ runs-on : ubuntu-latest
26+ outputs :
27+ skip : ${{ steps.check_skip.outputs.skip }}
28+ steps :
29+ - uses : withgraphite/graphite-ci-action@main
30+ id : check_skip
31+ with :
32+ graphite_token : ${{ secrets.GRAPHITE_TOKEN }}
33+
1034 check :
1135 name : Check
1236 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments