Skip to content

Commit

Permalink
Merge pull request #303 from CloudVE/conditional_badges_with_moto_fix
Browse files Browse the repository at this point in the history
Conditional badges with moto fix
  • Loading branch information
nuwang committed Aug 13, 2022
2 parents 0fc9b96 + f70f32e commit afbda41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
CB_PLACEMENT_OS: ${{ secrets.CB_PLACEMENT_OS }}

- name: Create Build Status Badge
if: ${{ always() }}
if: github.ref == 'refs/heads/master'
uses: schneegans/dynamic-badges-action@v1.1.0
with:
auth: ${{ secrets.BUILD_STATUS_GIST_SECRET }}
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# needed by moto
sshpubkeys
git+https://github.com/CloudVE/moto@resync_instance_types
-e ".[dev]"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
REQS_DEV = ([
'tox>=2.1.1',
'nose',
'moto>=1.3.2',
'moto>=3.1.18',
'sphinx>=1.3.1',
'pydevd',
'flake8>=3.3.0',
Expand Down

0 comments on commit afbda41

Please sign in to comment.