mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Remove VATSIM client key
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -2,10 +2,6 @@ name: Build swift
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- stable/**
|
||||
- nobuild/**
|
||||
- readthedocs
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
@@ -13,8 +9,8 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
do_vatsim_key: ${{ github.event_name == 'push' }}
|
||||
do_symbols: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/develop/') }}
|
||||
do_vatsim_key: false
|
||||
do_symbols: true
|
||||
eol_months: 12
|
||||
qt_version: 5.15.2
|
||||
bitrock_version: qt-professional-22.3.0
|
||||
|
||||
Reference in New Issue
Block a user