Skip to content

Commit

Permalink
build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna committed Feb 5, 2024
1 parent 8ee2216 commit d81100a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/foundry_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def update_repo_description(module_json):
def main():
if all(f.startswith('.github') for f in FILES_CHANGED.split()):
print('⛔ SKIPPING DEPLOYMENT')
return

with open('./module.json', 'r') as file:
module_json = json.load(file)
Expand Down

0 comments on commit d81100a

Please sign in to comment.