diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2022-10-10 12:34:12 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-10-10 12:34:12 +0200 |
| commit | 27470f46a55c478abe994dfa86646fad5dc3847e (patch) | |
| tree | 51d75bf5b47aeed30dfa2078fe42fe580243903b /.github | |
| parent | f334c2a84faaed748aeb857085e0754e189e4b2f (diff) | |
| parent | ec7ea9fb689c6c3087ccbc4d37cbb786fff44895 (diff) | |
| download | mullvadvpn-27470f46a55c478abe994dfa86646fad5dc3847e.tar.xz mullvadvpn-27470f46a55c478abe994dfa86646fad5dc3847e.zip | |
Merge branch 'improve-rust-crate-versioning'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/daemon.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 193f8f075f..8f4740de71 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -20,7 +20,6 @@ on: - build-apk.sh - update-api-metadata.sh - update-version-metadata.sh - - version-metadata.sh # Build if requested manually from the Actions tab workflow_dispatch: jobs: diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index beae485ded..c6ef2f1fff 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -29,7 +29,6 @@ on: - integration-tests.sh - prepare-release.sh - rustfmt.toml - - version-metadata.sh # Build if requested manually from the Actions tab workflow_dispatch: jobs: |
