Remove VATSIM client key

This commit is contained in:
Mat Sutcliffe
2022-08-15 20:44:12 +01:00
parent 4dcc3b354b
commit 83fbd5bcc0

View File

@@ -2,10 +2,6 @@ name: Build swift
on: on:
push: push:
branches-ignore:
- stable/**
- nobuild/**
- readthedocs
pull_request: pull_request:
concurrency: concurrency:
@@ -13,8 +9,8 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
env: env:
do_vatsim_key: ${{ github.event_name == 'push' }} do_vatsim_key: false
do_symbols: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/develop/') }} do_symbols: true
eol_months: 12 eol_months: 12
qt_version: 5.15.2 qt_version: 5.15.2
bitrock_version: qt-professional-22.3.0 bitrock_version: qt-professional-22.3.0